#0CBE85

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

Shades of Mountain Meadow #0CBE85

Tints of Mountain Meadow #0CBE85

Color information

#0CBE85 (or 0x0CBE85) is unknown color: approx Mountain Meadow. HEX triplet: 0C, BE and 85. RGB value is (12,190,133). Sum of RGB (Red+Green+Blue) = 12+190+133=335 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.58% from 335); Green value is 190 (74.61% from 255 or 56.72% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBE85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBE85 is #F3417A. Grayscale: #828282. Windows color (decimal): -15942011 or 8764940. OLE color: 8764940.

HSL color Cylindrical-coordinate representation of color #0CBE85: hue angle of 160.79º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBE85 is Cyan = 0.94, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.

Color convert

RGB12190133-
CMYK0.9400.30.25
HSL160.79º88.12%39.61%-
HSV(B)160.79º93.68%74.51%-
XYZ22.838.628.44-
YUV130.28129.5343.63-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.58%
GREEN value IS 190 (74.61% from 255) = 56.72%
BLUE value IS 133 (52.34% from 255) = 39.70%
R=3.58%
G=56.72%
B=39.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121901330.9400.30.25160.7988.1239.61
HexCBE855E01E19a15828
Octal142762051360363124113050
Binary11001011111010000101101111001111011001101000011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,190,133); }

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

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

 a { background-color: rgb(12,190,133); }

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

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

 span { border-color: rgb(12,190,133); }

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