#059E86

Color #059E86 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #059E86

Tints of Persian Green #059E86

Color information

#059E86 (or 0x059E86) is unknown color: approx Persian Green. HEX triplet: 05, 9E and 86. RGB value is (5,158,134). Sum of RGB (Red+Green+Blue) = 5+158+134=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 158 (62.11% from 255 or 53.20% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 158 - color contains mainly: green. Hex color #059E86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059E86 is #FA6179. Grayscale: #6D6D6D. Windows color (decimal): -16408954 or 8822277. OLE color: 8822277.

HSL color Cylindrical-coordinate representation of color #059E86: hue angle of 170.59º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059E86 is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB5158134-
CMYK0.9700.150.38
HSL170.59º93.87%31.96%-
HSV(B)170.59º96.84%61.96%-
XYZ16.5926.2126.74-
YUV109.52141.8153.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.68%
GREEN value IS 158 (62.11% from 255) = 53.20%
BLUE value IS 134 (52.73% from 255) = 45.12%
R=1.68%
G=53.20%
B=45.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51581340.9700.150.38170.5993.8731.96
Hex59E86610F26ab5e20
Octal52362061410174625313640
Binary1011001111010000110110000101111100110101010111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059E86; }

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

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

<style>
 a { background-color: #059E86; }

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

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

<style>
 span { border-color: #059E86; }

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

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