Html Css Color HEX #08B686 Mountain Meadow

📋 copy color: '#08B686'

red 8 ◦ green 182 ◦ blue 134

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

Shades of Mountain Meadow #08B686

Tints of Mountain Meadow #08B686

RGB

 RED value IS 8 (3.52% from 255) = 2.47%

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

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

R = 2.47%
G = 56.17%
B = 41.36%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#08B686 (or 0x08B686) is known color: Mountain Meadow. HEX triplet: 08, B6 and 86. RGB value is (8,182,134). Sum of RGB (Red+Green+Blue) = 8+182+134=324 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.47% from 324); Green value is 182 (71.48% from 255 or 56.17% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 182 - color contains mainly: green. Hex color #08B686 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08B686 is #F74979. Grayscale: #7C7C7C. Windows color (decimal): -16206202 or 8828424. OLE color: 8828424.

HSL color Cylindrical-coordinate representation of color #08B686: hue angle of 163.45º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B686 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 8 182 134 -
CMYK 0.96 0 0.26 0.29
HSL 163.45º 0.92% 0.37% -
HSV(B) 163.45º 0.96% 0.71% -
XYZ 21.13 35.23 28.24 -
YUV 124.5 133.35 44.9 -
System Red Green Blue C M Y K H S L
Decimal 8 182 134 0.96 0 0.26 0.29 163.45 0.92 0.37
Hex 8 B6 86 60 0 1A 1D A3 5C 25
Octal 10 266 206 140 0 32 35 243 134 45
Binary 1000 10110110 10000110 1100000 0 11010 11101 10100011 1011100 100101

Color Harmonies of #08B686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B686

Black with #08B686

Text Example


Text Example

White with #08B686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08B686; }

 p { color: rgb(8,182,134); }

 H1.HeaderClassName
 {
   color: #08B686;
 }
 .AnyTagClassName
 {
   color: #08B686;
 }
</style>

background-color css

<style>
 a { background-color: #08B686; }

 a { background-color: rgb(8,182,134); }

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

border-color css

<style>
 span { border-color: #08B686; }

 span { border-color: rgb(8,182,134); }

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