Html Css Color HEX #0CBB88 Mountain Meadow

📋 copy color: '#0CBB88'

red 12 ◦ green 187 ◦ blue 136

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

Shades of Mountain Meadow #0CBB88

Tints of Mountain Meadow #0CBB88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.6%

R = 3.58%
G = 55.82%
B = 40.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#0CBB88 (or 0x0CBB88) is known color: Mountain Meadow. HEX triplet: 0C, BB and 88. RGB value is (12,187,136). Sum of RGB (Red+Green+Blue) = 12+187+136=335 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.58% from 335); Green value is 187 (73.44% from 255 or 55.82% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 187 - color contains mainly: green. Hex color #0CBB88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBB88 is #F34477. Grayscale: #808080. Windows color (decimal): -15942776 or 8960780. OLE color: 8960780.

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

Color convert

RGB 12 187 136 -
CMYK 0.94 0 0.27 0.27
HSL 162.51º 0.88% 0.39% -
HSV(B) 162.51º 0.94% 0.73% -
XYZ 22.37 37.4 29.33 -
YUV 128.86 132.02 44.65 -
System Red Green Blue C M Y K H S L
Decimal 12 187 136 0.94 0 0.27 0.27 162.51 0.88 0.39
Hex C BB 88 5E 0 1B 1B A3 58 27
Octal 14 273 210 136 0 33 33 243 130 47
Binary 1100 10111011 10001000 1011110 0 11011 11011 10100011 1011000 100111

Color Harmonies of #0CBB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBB88

Black with #0CBB88

Text Example


Text Example

White with #0CBB88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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