#0CB18E

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

Shades of Mountain Meadow #0CB18E

Tints of Mountain Meadow #0CB18E

Color information

#0CB18E (or 0x0CB18E) is unknown color: approx Mountain Meadow. HEX triplet: 0C, B1 and 8E. RGB value is (12,177,142). Sum of RGB (Red+Green+Blue) = 12+177+142=331 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.63% from 331); Green value is 177 (69.53% from 255 or 53.47% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB18E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CB18E is #F34E71. Grayscale: #7B7B7B. Windows color (decimal): -15945330 or 9351436. OLE color: 9351436.

HSL color Cylindrical-coordinate representation of color #0CB18E: hue angle of 167.27º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB18E is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB12177142-
CMYK0.9300.200.31
HSL167.27º87.3%37.06%-
HSV(B)167.27º93.22%69.41%-
XYZ20.7633.4830.96-
YUV123.68138.3448.35-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.63%
GREEN value IS 177 (69.53% from 255) = 53.47%
BLUE value IS 142 (55.86% from 255) = 42.90%
R=3.63%
G=53.47%
B=42.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121771420.9300.200.31167.2787.337.06
HexCB18E5D0141Fa75725
Octal142612161350243724712745
Binary11001011000110001110101110101010011111101001111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CB18E; }

 p { color: rgb(12,177,142); }

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

<style>
 a { background-color: #0CB18E; }

 a { background-color: rgb(12,177,142); }

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

<style>
 span { border-color: #0CB18E; }

 span { border-color: rgb(12,177,142); }

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