Shades of Persian Green #059D8B
Tints of Persian Green #059D8B
RGB
CMYK
RGB Variations
Color information
#059D8B (or 0x059D8B) is known color: Persian Green. HEX triplet: 05, 9D and 8B. RGB value is (5,157,139). Sum of RGB (Red+Green+Blue) = 5+157+139=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 157 (61.72% from 255 or 52.16% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 157 - color contains mainly: green. Hex color #059D8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059D8B is #FA6274. Grayscale: #6D6D6D. Windows color (decimal): -16409205 or 9149701. OLE color: 9149701.
HSL color Cylindrical-coordinate representation of color #059D8B: hue angle of 172.89º 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 #059D8B is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 5 | 157 | 139 | - |
| CMYK | 0.97 | 0 | 0.11 | 0.38 |
| HSL | 172.89º | 0.94% | 0.32% | - |
| HSV(B) | 172.89º | 0.97% | 0.62% | - |
| XYZ | 16.78 | 26.01 | 28.56 | - |
| YUV | 109.5 | 144.64 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 157 | 139 | 0.97 | 0 | 0.11 | 0.38 | 172.89 | 0.94 | 0.32 |
| Hex | 5 | 9D | 8B | 61 | 0 | B | 26 | AD | 5E | 20 |
| Octal | 5 | 235 | 213 | 141 | 0 | 13 | 46 | 255 | 136 | 40 |
| Binary | 101 | 10011101 | 10001011 | 1100001 | 0 | 1011 | 100110 | 10101101 | 1011110 | 100000 |
Color Harmonies of #059D8B
Complementary color
Monochromatic Colors of #059D8B
Black with #059D8B
Text Example
Text Example
White with #059D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059D8B; }
p { color: rgb(5,157,139); }
H1.HeaderClassName
{
color: #059D8B;
}
.AnyTagClassName
{
color: #059D8B;
}
</style>
background-color css
<style>
a { background-color: #059D8B; }
a { background-color: rgb(5,157,139); }
div.DivClassName
{
background-color: #059D8B;
}
.BgClassName
{
background-color: #059D8B;
}
</style>
border-color css
<style>
span { border-color: #059D8B; }
span { border-color: rgb(5,157,139); }
td.TdClassName
{
border-color: #059D8B;
}
.TagClassName
{
border-color: #059D8B;
}
</style>