#0CAB81

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

Shades of Mountain Meadow #0CAB81

Tints of Mountain Meadow #0CAB81

Color information

#0CAB81 (or 0x0CAB81) is unknown color: approx Mountain Meadow. HEX triplet: 0C, AB and 81. RGB value is (12,171,129). Sum of RGB (Red+Green+Blue) = 12+171+129=312 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.85% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAB81 is #F3547E. Grayscale: #767676. Windows color (decimal): -15946879 or 8497932. OLE color: 8497932.

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

Color convert

RGB12171129-
CMYK0.9300.250.33
HSL164.15º86.89%35.88%-
HSV(B)164.15º92.98%67.06%-
XYZ18.6830.7925.73-
YUV118.67133.8251.92-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.85%
GREEN value IS 171 (67.19% from 255) = 54.81%
BLUE value IS 129 (50.78% from 255) = 41.35%
R=3.85%
G=54.81%
B=41.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121711290.9300.250.33164.1586.8935.88
HexCAB815D01921a45724
Octal142532011350314124412744
Binary110010101011100000011011101011001100001101001001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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