#059C97

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

Shades of Persian Green #059C97

Tints of Persian Green #059C97

Color information

#059C97 (or 0x059C97) is unknown color: approx Persian Green. HEX triplet: 05, 9C and 97. RGB value is (5,156,151). Sum of RGB (Red+Green+Blue) = 5+156+151=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 151 (59.38% from 255 or 48.40% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #059C97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059C97 is #FA6368. Grayscale: #6E6E6E. Windows color (decimal): -16409449 or 9935877. OLE color: 9935877.

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

Color convert

RGB5156151-
CMYK0.9700.030.39
HSL178.01º93.79%31.57%-
HSV(B)178.01º96.79%61.18%-
XYZ17.5426.0433.38-
YUV110.28150.9752.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.60%
GREEN value IS 156 (61.33% from 255) = 50%
BLUE value IS 151 (59.38% from 255) = 48.40%
R=1.60%
G=50%
B=48.40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51561510.9700.030.39178.0193.7931.57
Hex59C97610327b25e20
Octal5234227141034726213640
Binary10110011100100101111100001011100111101100101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,156,151); }

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

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

 a { background-color: rgb(5,156,151); }

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

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

 span { border-color: rgb(5,156,151); }

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