Html Css Color HEX #0CBB80 Mountain Meadow

📋 copy color: '#0CBB80'

red 12 ◦ green 187 ◦ blue 128

#0CBB80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #0CBB80

Tints of Mountain Meadow #0CBB80

RGB

 RED value IS 12 (5.08% from 255) = 3.67%

 GREEN value IS 187 (73.44% from 255) = 57.19%

 BLUE value IS 128 (50.39% from 255) = 39.14%

R = 3.67%
G = 57.19%
B = 39.14%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#0CBB80 (or 0x0CBB80) is known color: Mountain Meadow. HEX triplet: 0C, BB and 80. RGB value is (12,187,128). Sum of RGB (Red+Green+Blue) = 12+187+128=327 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.67% from 327); Green value is 187 (73.44% from 255 or 57.19% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 187 - color contains mainly: green. Hex color #0CBB80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBB80 is #F3447F. Grayscale: #808080. Windows color (decimal): -15942784 or 8436492. OLE color: 8436492.

HSL color Cylindrical-coordinate representation of color #0CBB80: hue angle of 159.77º 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 #0CBB80 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 187 128 -
CMYK 0.94 0 0.32 0.27
HSL 159.77º 0.88% 0.39% -
HSV(B) 159.77º 0.94% 0.73% -
XYZ 21.82 37.18 26.45 -
YUV 127.95 128.02 45.3 -
System Red Green Blue C M Y K H S L
Decimal 12 187 128 0.94 0 0.32 0.27 159.77 0.88 0.39
Hex C BB 80 5E 0 20 1B A0 58 27
Octal 14 273 200 136 0 40 33 240 130 47
Binary 1100 10111011 10000000 1011110 0 100000 11011 10100000 1011000 100111

Color Harmonies of #0CBB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBB80

Black with #0CBB80

Text Example


Text Example

White with #0CBB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0CBB80;
 }
 .AnyTagClassName
 {
   color: #0CBB80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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