#059A92

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

Shades of Persian Green #059A92

Tints of Persian Green #059A92

Color information

#059A92 (or 0x059A92) is unknown color: approx Persian Green. HEX triplet: 05, 9A and 92. RGB value is (5,154,146). Sum of RGB (Red+Green+Blue) = 5+154+146=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 154 (60.55% from 255 or 50.49% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 154 - color contains mainly: green. Hex color #059A92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059A92 is #FA656D. Grayscale: #6C6C6C. Windows color (decimal): -16409966 or 9607685. OLE color: 9607685.

HSL color Cylindrical-coordinate representation of color #059A92: hue angle of 176.78º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059A92 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB5154146-
CMYK0.9700.050.40
HSL176.78º93.71%31.18%-
HSV(B)176.78º96.75%60.39%-
XYZ16.8125.2231.18-
YUV108.54149.1454.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.64%
GREEN value IS 154 (60.55% from 255) = 50.49%
BLUE value IS 146 (57.42% from 255) = 47.87%
R=1.64%
G=50.49%
B=47.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51541460.9700.050.40176.7893.7131.18
Hex59A92610528b15e1f
Octal5232222141055026113637
Binary10110011010100100101100001010110100010110001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,154,146); }

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

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

 a { background-color: rgb(5,154,146); }

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

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

 span { border-color: rgb(5,154,146); }

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