Shades of Persian Green #059C9D
Tints of Persian Green #059C9D
RGB
CMYK
RGB Variations
Color information
#059C9D (or 0x059C9D) is known color: Persian Green. HEX triplet: 05, 9C and 9D. RGB value is (5,156,157). Sum of RGB (Red+Green+Blue) = 5+156+157=318 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 318); Green value is 156 (61.33% from 255 or 49.06% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #059C9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059C9D is #FA6362. Grayscale: #6E6E6E. Windows color (decimal): -16409443 or 10329093. OLE color: 10329093.
HSL color Cylindrical-coordinate representation of color #059C9D: hue angle of 180.39º 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 #059C9D is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 5 | 156 | 157 | - |
| CMYK | 0.97 | 0.01 | 0 | 0.38 |
| HSL | 180.39º | 0.94% | 0.32% | - |
| HSV(B) | 180.39º | 0.97% | 0.62% | - |
| XYZ | 18.04 | 26.24 | 36.01 | - |
| YUV | 110.97 | 153.97 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 157 | 0.97 | 0.01 | 0 | 0.38 | 180.39 | 0.94 | 0.32 |
| Hex | 5 | 9C | 9D | 61 | 1 | 0 | 26 | B4 | 5E | 20 |
| Octal | 5 | 234 | 235 | 141 | 1 | 0 | 46 | 264 | 136 | 40 |
| Binary | 101 | 10011100 | 10011101 | 1100001 | 1 | 0 | 100110 | 10110100 | 1011110 | 100000 |
Color Harmonies of #059C9D
Complementary color
Monochromatic Colors of #059C9D
Black with #059C9D
Text Example
Text Example
White with #059C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059C9D; }
p { color: rgb(5,156,157); }
H1.HeaderClassName
{
color: #059C9D;
}
.AnyTagClassName
{
color: #059C9D;
}
</style>
background-color css
<style>
a { background-color: #059C9D; }
a { background-color: rgb(5,156,157); }
div.DivClassName
{
background-color: #059C9D;
}
.BgClassName
{
background-color: #059C9D;
}
</style>
border-color css
<style>
span { border-color: #059C9D; }
span { border-color: rgb(5,156,157); }
td.TdClassName
{
border-color: #059C9D;
}
.TagClassName
{
border-color: #059C9D;
}
</style>