#1CB685

Color #1CB685 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #1CB685

Tints of Mountain Meadow #1CB685

Color information

#1CB685 (or 0x1CB685) is unknown color: approx Mountain Meadow. HEX triplet: 1C, B6 and 85. RGB value is (28,182,133). Sum of RGB (Red+Green+Blue) = 28+182+133=343 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.16% from 343); Green value is 182 (71.48% from 255 or 53.06% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 182 - color contains mainly: green. Hex color #1CB685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB685 is #E3497A. Grayscale: #828282. Windows color (decimal): -14895483 or 8762908. OLE color: 8762908.

HSL color Cylindrical-coordinate representation of color #1CB685: hue angle of 160.91º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB685 is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB28182133-
CMYK0.8500.270.29
HSL160.91º73.33%41.18%-
HSV(B)160.91º84.62%71.37%-
XYZ21.4435.427.89-
YUV130.37129.4854.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 8.16%
GREEN value IS 182 (71.48% from 255) = 53.06%
BLUE value IS 133 (52.34% from 255) = 38.78%
R=8.16%
G=53.06%
B=38.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal281821330.8500.270.29160.9173.3341.18
Hex1CB6855501B1Da14929
Octal342662051250333524111151
Binary111001011011010000101101010101101111101101000011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CB685; }

 p { color: rgb(28,182,133); }

 H1.HeaderClassName
 {
   color: #1CB685;
 }
 .AnyTagClassName
 {
   color: #1CB685;
 }
</style>
background-color css

<style>
 a { background-color: #1CB685; }

 a { background-color: rgb(28,182,133); }

 div.DivClassName
 {
   background-color: #1CB685;
 }
 .BgClassName
 {
   background-color: #1CB685;
 }
</style>
border-color css

<style>
 span { border-color: #1CB685; }

 span { border-color: rgb(28,182,133); }

 td.TdClassName
 {
   border-color: #1CB685;
 }
 .TagClassName
 {
   border-color: #1CB685;
 }
</style>