#059DA0

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

Shades of Persian Green #059DA0

Tints of Persian Green #059DA0

Color information

#059DA0 (or 0x059DA0) is unknown color: approx Persian Green. HEX triplet: 05, 9D and A0. RGB value is (5,157,160). Sum of RGB (Red+Green+Blue) = 5+157+160=322 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 322); Green value is 157 (61.72% from 255 or 48.76% from 322); Blue value is 160 (62.89% from 255 or 49.69% from 322); Max value from RGB is 160 - color contains mainly: blue. Hex color #059DA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059DA0 is #FA625F. Grayscale: #6F6F6F. Windows color (decimal): -16409184 or 10525957. OLE color: 10525957.

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

Color convert

RGB5157160-
CMYK0.970.0200.37
HSL181.16º93.94%32.35%-
HSV(B)181.16º96.88%62.75%-
XYZ18.4626.6837.44-
YUV111.89155.1451.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.55%
GREEN value IS 157 (61.72% from 255) = 48.76%
BLUE value IS 160 (62.89% from 255) = 49.69%
R=1.55%
G=48.76%
B=49.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal51571600.970.0200.37181.1693.9432.35
Hex59DA0612025b55e20
Octal5235240141204526513640
Binary10110011101101000001100001100100101101101011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,157,160); }

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

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

 a { background-color: rgb(5,157,160); }

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

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

 span { border-color: rgb(5,157,160); }

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