Html Css Color HEX #0BB587 Mountain Meadow

📋 copy color: '#0BB587'

red 11 ◦ green 181 ◦ blue 135

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

Shades of Mountain Meadow #0BB587

Tints of Mountain Meadow #0BB587

RGB

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

 GREEN value IS 181 (71.09% from 255) = 55.35%

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

R = 3.36%
G = 55.35%
B = 41.28%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#0BB587 (or 0x0BB587) is known color: Mountain Meadow. HEX triplet: 0B, B5 and 87. RGB value is (11,181,135). Sum of RGB (Red+Green+Blue) = 11+181+135=327 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.36% from 327); Green value is 181 (71.09% from 255 or 55.35% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 181 - color contains mainly: green. Hex color #0BB587 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB587 is #F44A78. Grayscale: #7C7C7C. Windows color (decimal): -16009849 or 8893707. OLE color: 8893707.

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

Color convert

RGB 11 181 135 -
CMYK 0.94 0 0.25 0.29
HSL 163.76º 0.89% 0.38% -
HSV(B) 163.76º 0.94% 0.71% -
XYZ 21.04 34.87 28.54 -
YUV 124.93 133.68 46.74 -
System Red Green Blue C M Y K H S L
Decimal 11 181 135 0.94 0 0.25 0.29 163.76 0.89 0.38
Hex B B5 87 5E 0 19 1D A4 59 26
Octal 13 265 207 136 0 31 35 244 131 46
Binary 1011 10110101 10000111 1011110 0 11001 11101 10100100 1011001 100110

Color Harmonies of #0BB587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB587

Black with #0BB587

Text Example


Text Example

White with #0BB587

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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