Shades of Persian Green #059D8D
Tints of Persian Green #059D8D
RGB
CMYK
RGB Variations
Color information
#059D8D (or 0x059D8D) is known color: Persian Green. HEX triplet: 05, 9D and 8D. RGB value is (5,157,141). Sum of RGB (Red+Green+Blue) = 5+157+141=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 157 (61.72% from 255 or 51.82% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 157 - color contains mainly: green. Hex color #059D8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059D8D is #FA6272. Grayscale: #6D6D6D. Windows color (decimal): -16409203 or 9280773. OLE color: 9280773.
HSL color Cylindrical-coordinate representation of color #059D8D: hue angle of 173.68º 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 #059D8D is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 5 | 157 | 141 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.38 |
| HSL | 173.68º | 0.94% | 0.32% | - |
| HSV(B) | 173.68º | 0.97% | 0.62% | - |
| XYZ | 16.93 | 26.07 | 29.34 | - |
| YUV | 109.73 | 145.64 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 157 | 141 | 0.97 | 0 | 0.10 | 0.38 | 173.68 | 0.94 | 0.32 |
| Hex | 5 | 9D | 8D | 61 | 0 | A | 26 | AE | 5E | 20 |
| Octal | 5 | 235 | 215 | 141 | 0 | 12 | 46 | 256 | 136 | 40 |
| Binary | 101 | 10011101 | 10001101 | 1100001 | 0 | 1010 | 100110 | 10101110 | 1011110 | 100000 |
Color Harmonies of #059D8D
Complementary color
Monochromatic Colors of #059D8D
Black with #059D8D
Text Example
Text Example
White with #059D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059D8D; }
p { color: rgb(5,157,141); }
H1.HeaderClassName
{
color: #059D8D;
}
.AnyTagClassName
{
color: #059D8D;
}
</style>
background-color css
<style>
a { background-color: #059D8D; }
a { background-color: rgb(5,157,141); }
div.DivClassName
{
background-color: #059D8D;
}
.BgClassName
{
background-color: #059D8D;
}
</style>
border-color css
<style>
span { border-color: #059D8D; }
span { border-color: rgb(5,157,141); }
td.TdClassName
{
border-color: #059D8D;
}
.TagClassName
{
border-color: #059D8D;
}
</style>