#0CB17D

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

Shades of Mountain Meadow #0CB17D

Tints of Mountain Meadow #0CB17D

Color information

#0CB17D (or 0x0CB17D) is unknown color: approx Mountain Meadow. HEX triplet: 0C, B1 and 7D. RGB value is (12,177,125). Sum of RGB (Red+Green+Blue) = 12+177+125=314 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.82% from 314); Green value is 177 (69.53% from 255 or 56.37% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB17D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CB17D is #F34E82. Grayscale: #797979. Windows color (decimal): -15945347 or 8237324. OLE color: 8237324.

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

Color convert

RGB12177125-
CMYK0.9300.290.31
HSL161.09º87.3%37.06%-
HSV(B)161.09º93.22%69.41%-
XYZ19.583324.74-
YUV121.74129.8449.73-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.82%
GREEN value IS 177 (69.53% from 255) = 56.37%
BLUE value IS 125 (49.22% from 255) = 39.81%
R=3.82%
G=56.37%
B=39.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121771250.9300.290.31161.0987.337.06
HexCB17D5D01D1Fa15725
Octal142611751350353724112745
Binary1100101100011111101101110101110111111101000011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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