Shades of Persian Green #059C8D
Tints of Persian Green #059C8D
RGB
CMYK
RGB Variations
Color information
#059C8D (or 0x059C8D) is known color: Persian Green. HEX triplet: 05, 9C and 8D. RGB value is (5,156,141). Sum of RGB (Red+Green+Blue) = 5+156+141=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 156 (61.33% from 255 or 51.66% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 156 - color contains mainly: green. Hex color #059C8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059C8D is #FA6372. Grayscale: #6D6D6D. Windows color (decimal): -16409459 or 9280517. OLE color: 9280517.
HSL color Cylindrical-coordinate representation of color #059C8D: hue angle of 174.04º 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 #059C8D is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 156 | 141 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.39 |
| HSL | 174.04º | 0.94% | 0.32% | - |
| HSV(B) | 174.04º | 0.97% | 0.61% | - |
| XYZ | 16.76 | 25.73 | 29.28 | - |
| YUV | 109.14 | 145.97 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 141 | 0.97 | 0 | 0.10 | 0.39 | 174.04 | 0.94 | 0.32 |
| Hex | 5 | 9C | 8D | 61 | 0 | A | 27 | AE | 5E | 20 |
| Octal | 5 | 234 | 215 | 141 | 0 | 12 | 47 | 256 | 136 | 40 |
| Binary | 101 | 10011100 | 10001101 | 1100001 | 0 | 1010 | 100111 | 10101110 | 1011110 | 100000 |
Color Harmonies of #059C8D
Complementary color
Monochromatic Colors of #059C8D
Black with #059C8D
Text Example
Text Example
White with #059C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059C8D; }
p { color: rgb(5,156,141); }
H1.HeaderClassName
{
color: #059C8D;
}
.AnyTagClassName
{
color: #059C8D;
}
</style>
background-color css
<style>
a { background-color: #059C8D; }
a { background-color: rgb(5,156,141); }
div.DivClassName
{
background-color: #059C8D;
}
.BgClassName
{
background-color: #059C8D;
}
</style>
border-color css
<style>
span { border-color: #059C8D; }
span { border-color: rgb(5,156,141); }
td.TdClassName
{
border-color: #059C8D;
}
.TagClassName
{
border-color: #059C8D;
}
</style>