Html Css Color HEX #0CAB88 Mountain Meadow

📋 copy color: '#0CAB88'

red 12 ◦ green 171 ◦ blue 136

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

Shades of Mountain Meadow #0CAB88

Tints of Mountain Meadow #0CAB88

RGB

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

 GREEN value IS 171 (67.19% from 255) = 53.61%

 BLUE value IS 136 (53.52% from 255) = 42.63%

R = 3.76%
G = 53.61%
B = 42.63%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#0CAB88 (or 0x0CAB88) is known color: Mountain Meadow. HEX triplet: 0C, AB and 88. RGB value is (12,171,136). Sum of RGB (Red+Green+Blue) = 12+171+136=319 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.76% from 319); Green value is 171 (67.19% from 255 or 53.61% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAB88 is #F35477. Grayscale: #777777. Windows color (decimal): -15946872 or 8956684. OLE color: 8956684.

HSL color Cylindrical-coordinate representation of color #0CAB88: hue angle of 166.79º 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 #0CAB88 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 171 136 -
CMYK 0.93 0 0.20 0.33
HSL 166.79º 0.87% 0.36% -
HSV(B) 166.79º 0.93% 0.67% -
XYZ 19.16 30.98 28.26 -
YUV 119.47 137.32 51.35 -
System Red Green Blue C M Y K H S L
Decimal 12 171 136 0.93 0 0.20 0.33 166.79 0.87 0.36
Hex C AB 88 5D 0 14 21 A7 57 24
Octal 14 253 210 135 0 24 41 247 127 44
Binary 1100 10101011 10001000 1011101 0 10100 100001 10100111 1010111 100100

Color Harmonies of #0CAB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAB88

Black with #0CAB88

Text Example


Text Example

White with #0CAB88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,171,136); }

 H1.HeaderClassName
 {
   color: #0CAB88;
 }
 .AnyTagClassName
 {
   color: #0CAB88;
 }
</style>

background-color css

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

 a { background-color: rgb(12,171,136); }

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

border-color css

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

 span { border-color: rgb(12,171,136); }

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