Html Css Color HEX #0BAA87 Mountain Meadow

📋 copy color: '#0BAA87'

red 11 ◦ green 170 ◦ blue 135

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

Shades of Mountain Meadow #0BAA87

Tints of Mountain Meadow #0BAA87

RGB

 RED value IS 11 (4.69% from 255) = 3.48%

 GREEN value IS 170 (66.8% from 255) = 53.8%

 BLUE value IS 135 (53.13% from 255) = 42.72%

R = 3.48%
G = 53.8%
B = 42.72%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#0BAA87 (or 0x0BAA87) is known color: Mountain Meadow. HEX triplet: 0B, AA and 87. RGB value is (11,170,135). Sum of RGB (Red+Green+Blue) = 11+170+135=316 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.48% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #0BAA87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAA87 is #F45578. Grayscale: #767676. Windows color (decimal): -16012665 or 8890891. OLE color: 8890891.

HSL color Cylindrical-coordinate representation of color #0BAA87: hue angle of 166.79º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAA87 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 170 135 -
CMYK 0.94 0 0.21 0.33
HSL 166.79º 0.88% 0.35% -
HSV(B) 166.79º 0.94% 0.67% -
XYZ 18.89 30.57 27.83 -
YUV 118.47 137.32 51.35 -
System Red Green Blue C M Y K H S L
Decimal 11 170 135 0.94 0 0.21 0.33 166.79 0.88 0.35
Hex B AA 87 5E 0 15 21 A7 58 23
Octal 13 252 207 136 0 25 41 247 130 43
Binary 1011 10101010 10000111 1011110 0 10101 100001 10100111 1011000 100011

Color Harmonies of #0BAA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAA87

Black with #0BAA87

Text Example


Text Example

White with #0BAA87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,170,135); }

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

background-color css

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

 a { background-color: rgb(11,170,135); }

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

border-color css

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

 span { border-color: rgb(11,170,135); }

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