#0CBB90

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

Shades of Mountain Meadow #0CBB90

Tints of Mountain Meadow #0CBB90

Color information

#0CBB90 (or 0x0CBB90) is unknown color: approx Mountain Meadow. HEX triplet: 0C, BB and 90. RGB value is (12,187,144). Sum of RGB (Red+Green+Blue) = 12+187+144=343 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.50% from 343); Green value is 187 (73.44% from 255 or 54.52% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 187 - color contains mainly: green. Hex color #0CBB90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBB90 is #F3446F. Grayscale: #818181. Windows color (decimal): -15942768 or 9485068. OLE color: 9485068.

HSL color Cylindrical-coordinate representation of color #0CBB90: hue angle of 165.26º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBB90 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB12187144-
CMYK0.9400.230.27
HSL165.26º87.94%39.02%-
HSV(B)165.26º93.58%73.33%-
XYZ22.9637.6332.44-
YUV129.77136.0244-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.50%
GREEN value IS 187 (73.44% from 255) = 54.52%
BLUE value IS 144 (56.64% from 255) = 41.98%
R=3.50%
G=54.52%
B=41.98%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal121871440.9400.230.27165.2687.9439.02
HexCBB905E0171Ba55827
Octal142732201360273324513047
Binary11001011101110010000101111001011111011101001011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,187,144); }

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

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

 a { background-color: rgb(12,187,144); }

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

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

 span { border-color: rgb(12,187,144); }

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