#05B17E

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

Shades of Mountain Meadow #05B17E

Tints of Mountain Meadow #05B17E

Color information

#05B17E (or 0x05B17E) is unknown color: approx Mountain Meadow. HEX triplet: 05, B1 and 7E. RGB value is (5,177,126). Sum of RGB (Red+Green+Blue) = 5+177+126=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 177 (69.53% from 255 or 57.47% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 177 - color contains mainly: green. Hex color #05B17E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05B17E is #FA4E81. Grayscale: #777777. Windows color (decimal): -16404098 or 8302853. OLE color: 8302853.

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

Color convert

RGB5177126-
CMYK0.9700.290.31
HSL162.21º94.51%35.69%-
HSV(B)162.21º97.18%69.41%-
XYZ19.5532.9825.07-
YUV119.76131.5246.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.62%
GREEN value IS 177 (69.53% from 255) = 57.47%
BLUE value IS 126 (49.61% from 255) = 40.91%
R=1.62%
G=57.47%
B=40.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51771260.9700.290.31162.2194.5135.69
Hex5B17E6101D1Fa25f24
Octal52611761410353724213744
Binary101101100011111110110000101110111111101000101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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