#05B67E

Color #05B67E Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #05B67E

Tints of Mountain Meadow #05B67E

Color information

#05B67E (or 0x05B67E) is unknown color: approx Mountain Meadow. HEX triplet: 05, B6 and 7E. RGB value is (5,182,126). Sum of RGB (Red+Green+Blue) = 5+182+126=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 182 (71.48% from 255 or 58.15% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 182 - color contains mainly: green. Hex color #05B67E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05B67E is #FA4981. Grayscale: #7A7A7A. Windows color (decimal): -16402818 or 8304133. OLE color: 8304133.

HSL color Cylindrical-coordinate representation of color #05B67E: hue angle of 161.02º 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 #05B67E is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB5182126-
CMYK0.9700.310.29
HSL161.02º94.65%36.67%-
HSV(B)161.02º97.25%71.37%-
XYZ20.5634.9925.41-
YUV122.69129.8644.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.60%
GREEN value IS 182 (71.48% from 255) = 58.15%
BLUE value IS 126 (49.61% from 255) = 40.26%
R=1.60%
G=58.15%
B=40.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51821260.9700.310.29161.0294.6536.67
Hex5B67E6101F1Da15f25
Octal52661761410373524113745
Binary101101101101111110110000101111111101101000011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05B67E;
 }
 .AnyTagClassName
 {
   color: #05B67E;
 }
</style>
background-color css

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

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

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

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

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

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