#0CB580

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

Shades of Mountain Meadow #0CB580

Tints of Mountain Meadow #0CB580

Color information

#0CB580 (or 0x0CB580) is unknown color: approx Mountain Meadow. HEX triplet: 0C, B5 and 80. RGB value is (12,181,128). Sum of RGB (Red+Green+Blue) = 12+181+128=321 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.74% from 321); Green value is 181 (71.09% from 255 or 56.39% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB580 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB580 is #F34A7F. Grayscale: #7C7C7C. Windows color (decimal): -15944320 or 8434956. OLE color: 8434956.

HSL color Cylindrical-coordinate representation of color #0CB580: hue angle of 161.18º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB580 is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB12181128-
CMYK0.9300.290.29
HSL161.18º87.56%37.84%-
HSV(B)161.18º93.37%70.98%-
XYZ20.5734.6826.03-
YUV124.43130.0147.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.74%
GREEN value IS 181 (71.09% from 255) = 56.39%
BLUE value IS 128 (50.39% from 255) = 39.88%
R=3.74%
G=56.39%
B=39.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121811280.9300.290.29161.1887.5637.84
HexCB5805D01D1Da15826
Octal142652001350353524113046
Binary11001011010110000000101110101110111101101000011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,181,128); }

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

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

 a { background-color: rgb(12,181,128); }

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

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

 span { border-color: rgb(12,181,128); }

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