#0CB17E

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

Shades of Mountain Meadow #0CB17E

Tints of Mountain Meadow #0CB17E

Color information

#0CB17E (or 0x0CB17E) is unknown color: approx Mountain Meadow. HEX triplet: 0C, B1 and 7E. RGB value is (12,177,126). Sum of RGB (Red+Green+Blue) = 12+177+126=315 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.81% from 315); Green value is 177 (69.53% from 255 or 56.19% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB17E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CB17E is #F34E81. Grayscale: #797979. Windows color (decimal): -15945346 or 8302860. OLE color: 8302860.

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

Color convert

RGB12177126-
CMYK0.9300.290.31
HSL161.45º87.3%37.06%-
HSV(B)161.45º93.22%69.41%-
XYZ19.6433.0325.08-
YUV121.85130.3449.65-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.81%
GREEN value IS 177 (69.53% from 255) = 56.19%
BLUE value IS 126 (49.61% from 255) = 40%
R=3.81%
G=56.19%
B=40%

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
Decimal121771260.9300.290.31161.4587.337.06
HexCB17E5D01D1Fa15725
Octal142611761350353724112745
Binary1100101100011111110101110101110111111101000011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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