#0CAA87

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

Shades of Mountain Meadow #0CAA87

Tints of Mountain Meadow #0CAA87

Color information

#0CAA87 (or 0x0CAA87) is unknown color: approx Mountain Meadow. HEX triplet: 0C, AA and 87. RGB value is (12,170,135). Sum of RGB (Red+Green+Blue) = 12+170+135=317 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.79% from 317); Green value is 170 (66.80% from 255 or 53.63% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAA87 is #F35578. Grayscale: #767676. Windows color (decimal): -15947129 or 8890892. OLE color: 8890892.

HSL color Cylindrical-coordinate representation of color #0CAA87: hue angle of 166.71º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAA87 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB12170135-
CMYK0.9300.210.33
HSL166.71º86.81%35.69%-
HSV(B)166.71º92.94%66.67%-
XYZ18.930.5827.83-
YUV118.77137.1551.85-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.79%
GREEN value IS 170 (66.80% from 255) = 53.63%
BLUE value IS 135 (53.12% from 255) = 42.59%
R=3.79%
G=53.63%
B=42.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121701350.9300.210.33166.7186.8135.69
HexCAA875D01521a75724
Octal142522071350254124712744
Binary110010101010100001111011101010101100001101001111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,170,135); }

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

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

 a { background-color: rgb(12,170,135); }

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

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

 span { border-color: rgb(12,170,135); }

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