Html Css Color HEX #0ABB88 Mountain Meadow

📋 copy color: '#0ABB88'

red 10 ◦ green 187 ◦ blue 136

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

Shades of Mountain Meadow #0ABB88

Tints of Mountain Meadow #0ABB88

RGB

 RED value IS 10 (4.3% from 255) = 3%

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

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

R = 3%
G = 56.16%
B = 40.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#0ABB88 (or 0x0ABB88) is known color: Mountain Meadow. HEX triplet: 0A, BB and 88. RGB value is (10,187,136). Sum of RGB (Red+Green+Blue) = 10+187+136=333 (44% of max value = 765). Red value is 10 (4.30% from 255 or 3.00% from 333); Green value is 187 (73.44% from 255 or 56.16% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABB88 is #F54477. Grayscale: #808080. Windows color (decimal): -16073848 or 8960778. OLE color: 8960778.

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

Color convert

RGB 10 187 136 -
CMYK 0.95 0 0.27 0.27
HSL 162.71º 0.9% 0.39% -
HSV(B) 162.71º 0.95% 0.73% -
XYZ 22.34 37.38 29.33 -
YUV 128.26 132.36 43.65 -
System Red Green Blue C M Y K H S L
Decimal 10 187 136 0.95 0 0.27 0.27 162.71 0.9 0.39
Hex A BB 88 5F 0 1B 1B A3 5A 27
Octal 12 273 210 137 0 33 33 243 132 47
Binary 1010 10111011 10001000 1011111 0 11011 11011 10100011 1011010 100111

Color Harmonies of #0ABB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABB88

Black with #0ABB88

Text Example


Text Example

White with #0ABB88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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