#0CB28E

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

Shades of Mountain Meadow #0CB28E

Tints of Mountain Meadow #0CB28E

Color information

#0CB28E (or 0x0CB28E) is unknown color: approx Mountain Meadow. HEX triplet: 0C, B2 and 8E. RGB value is (12,178,142). Sum of RGB (Red+Green+Blue) = 12+178+142=332 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.61% from 332); Green value is 178 (69.92% from 255 or 53.61% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 178 - color contains mainly: green. Hex color #0CB28E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CB28E is #F34D71. Grayscale: #7C7C7C. Windows color (decimal): -15945074 or 9351692. OLE color: 9351692.

HSL color Cylindrical-coordinate representation of color #0CB28E: hue angle of 166.99º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB28E is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB12178142-
CMYK0.9300.200.30
HSL166.99º87.37%37.25%-
HSV(B)166.99º93.26%69.8%-
XYZ20.9533.8731.02-
YUV124.2613847.93-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.61%
GREEN value IS 178 (69.92% from 255) = 53.61%
BLUE value IS 142 (55.86% from 255) = 42.77%
R=3.61%
G=53.61%
B=42.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal121781420.9300.200.30166.9987.3737.25
HexCB28E5D0141Ea75725
Octal142622161350243624712745
Binary11001011001010001110101110101010011110101001111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,178,142); }

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

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

 a { background-color: rgb(12,178,142); }

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

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

 span { border-color: rgb(12,178,142); }

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