Html Css Color HEX #05B686 Mountain Meadow

📋 copy color: '#05B686'

red 5 ◦ green 182 ◦ blue 134

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

Shades of Mountain Meadow #05B686

Tints of Mountain Meadow #05B686

RGB

 RED value IS 5 (2.34% from 255) = 1.56%

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

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

R = 1.56%
G = 56.7%
B = 41.74%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#05B686 (or 0x05B686) is known color: Mountain Meadow. HEX triplet: 05, B6 and 86. RGB value is (5,182,134). Sum of RGB (Red+Green+Blue) = 5+182+134=321 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 321); Green value is 182 (71.48% from 255 or 56.70% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 182 - color contains mainly: green. Hex color #05B686 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05B686 is #FA4979. Grayscale: #7B7B7B. Windows color (decimal): -16402810 or 8828421. OLE color: 8828421.

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

Color convert

RGB 5 182 134 -
CMYK 0.97 0 0.26 0.29
HSL 163.73º 0.95% 0.37% -
HSV(B) 163.73º 0.97% 0.71% -
XYZ 21.09 35.21 28.24 -
YUV 123.61 133.86 43.4 -
System Red Green Blue C M Y K H S L
Decimal 5 182 134 0.97 0 0.26 0.29 163.73 0.95 0.37
Hex 5 B6 86 61 0 1A 1D A4 5F 25
Octal 5 266 206 141 0 32 35 244 137 45
Binary 101 10110110 10000110 1100001 0 11010 11101 10100100 1011111 100101

Color Harmonies of #05B686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B686

Black with #05B686

Text Example


Text Example

White with #05B686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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