Html Css Color HEX #0BB586 Mountain Meadow

📋 copy color: '#0BB586'

red 11 ◦ green 181 ◦ blue 134

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

Shades of Mountain Meadow #0BB586

Tints of Mountain Meadow #0BB586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 41.1%

R = 3.37%
G = 55.52%
B = 41.1%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#0BB586 (or 0x0BB586) is known color: Mountain Meadow. HEX triplet: 0B, B5 and 86. RGB value is (11,181,134). Sum of RGB (Red+Green+Blue) = 11+181+134=326 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.37% from 326); Green value is 181 (71.09% from 255 or 55.52% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 181 - color contains mainly: green. Hex color #0BB586 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB586 is #F44A79. Grayscale: #7C7C7C. Windows color (decimal): -16009850 or 8828171. OLE color: 8828171.

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

Color convert

RGB 11 181 134 -
CMYK 0.94 0 0.26 0.29
HSL 163.41º 0.89% 0.38% -
HSV(B) 163.41º 0.94% 0.71% -
XYZ 20.96 34.84 28.17 -
YUV 124.81 133.18 46.82 -
System Red Green Blue C M Y K H S L
Decimal 11 181 134 0.94 0 0.26 0.29 163.41 0.89 0.38
Hex B B5 86 5E 0 1A 1D A3 59 26
Octal 13 265 206 136 0 32 35 243 131 46
Binary 1011 10110101 10000110 1011110 0 11010 11101 10100011 1011001 100110

Color Harmonies of #0BB586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB586

Black with #0BB586

Text Example


Text Example

White with #0BB586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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