#0CB07E

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

Shades of Mountain Meadow #0CB07E

Tints of Mountain Meadow #0CB07E

Color information

#0CB07E (or 0x0CB07E) is unknown color: approx Mountain Meadow. HEX triplet: 0C, B0 and 7E. RGB value is (12,176,126). Sum of RGB (Red+Green+Blue) = 12+176+126=314 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.82% from 314); Green value is 176 (69.14% from 255 or 56.05% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 176 - color contains mainly: green. Hex color #0CB07E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CB07E is #F34F81. Grayscale: #797979. Windows color (decimal): -15945602 or 8302604. OLE color: 8302604.

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

Color convert

RGB12176126-
CMYK0.9300.280.31
HSL161.71º87.23%36.86%-
HSV(B)161.71º93.18%69.02%-
XYZ19.4432.6425.01-
YUV121.26130.6750.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.82%
GREEN value IS 176 (69.14% from 255) = 56.05%
BLUE value IS 126 (49.61% from 255) = 40.13%
R=3.82%
G=56.05%
B=40.13%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121761260.9300.280.31161.7187.2336.86
HexCB07E5D01C1Fa25725
Octal142601761350343724212745
Binary1100101100001111110101110101110011111101000101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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