Html Css Color HEX #0CAA87 Mountain Meadow

📋 copy color: '#0CAA87'

red 12 ◦ green 170 ◦ blue 135

#0CAA87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #0CAA87

Tints of Mountain Meadow #0CAA87

RGB

 RED value IS 12 (5.08% from 255) = 3.79%

 GREEN value IS 170 (66.8% from 255) = 53.63%

 BLUE value IS 135 (53.13% from 255) = 42.59%

R = 3.79%
G = 53.63%
B = 42.59%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#0CAA87 (or 0x0CAA87) is known color: 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

RGB 12 170 135 -
CMYK 0.93 0 0.21 0.33
HSL 166.71º 0.87% 0.36% -
HSV(B) 166.71º 0.93% 0.67% -
XYZ 18.9 30.58 27.83 -
YUV 118.77 137.15 51.85 -
System Red Green Blue C M Y K H S L
Decimal 12 170 135 0.93 0 0.21 0.33 166.71 0.87 0.36
Hex C AA 87 5D 0 15 21 A7 57 24
Octal 14 252 207 135 0 25 41 247 127 44
Binary 1100 10101010 10000111 1011101 0 10101 100001 10100111 1010111 100100

Color Harmonies of #0CAA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAA87

Black with #0CAA87

Text Example


Text Example

White with #0CAA87

Text Example


Text Example

HTML Codes & Css Web 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>