Html Css Color HEX #0BB684 Mountain Meadow

📋 copy color: '#0BB684'

red 11 ◦ green 182 ◦ blue 132

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

Shades of Mountain Meadow #0BB684

Tints of Mountain Meadow #0BB684

RGB

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

 GREEN value IS 182 (71.48% from 255) = 56%

 BLUE value IS 132 (51.95% from 255) = 40.62%

R = 3.38%
G = 56%
B = 40.62%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#0BB684 (or 0x0BB684) is known color: Mountain Meadow. HEX triplet: 0B, B6 and 84. RGB value is (11,182,132). Sum of RGB (Red+Green+Blue) = 11+182+132=325 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.38% from 325); Green value is 182 (71.48% from 255 or 56% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 182 - color contains mainly: green. Hex color #0BB684 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB684 is #F4497B. Grayscale: #7D7D7D. Windows color (decimal): -16009596 or 8697355. OLE color: 8697355.

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

Color convert

RGB 11 182 132 -
CMYK 0.94 0 0.27 0.29
HSL 162.46º 0.89% 0.38% -
HSV(B) 162.46º 0.94% 0.71% -
XYZ 21.03 35.19 27.51 -
YUV 125.17 131.85 46.57 -
System Red Green Blue C M Y K H S L
Decimal 11 182 132 0.94 0 0.27 0.29 162.46 0.89 0.38
Hex B B6 84 5E 0 1B 1D A2 59 26
Octal 13 266 204 136 0 33 35 242 131 46
Binary 1011 10110110 10000100 1011110 0 11011 11101 10100010 1011001 100110

Color Harmonies of #0BB684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB684

Black with #0BB684

Text Example


Text Example

White with #0BB684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,182,132); }

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

background-color css

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

 a { background-color: rgb(11,182,132); }

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

border-color css

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

 span { border-color: rgb(11,182,132); }

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