Shades of Persian Green #059C9A
Tints of Persian Green #059C9A
RGB
CMYK
RGB Variations
Color information
#059C9A (or 0x059C9A) is known color: Persian Green. HEX triplet: 05, 9C and 9A. RGB value is (5,156,154). Sum of RGB (Red+Green+Blue) = 5+156+154=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 156 (61.33% from 255 or 49.52% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 156 - color contains mainly: green. Hex color #059C9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059C9A is #FA6365. Grayscale: #6E6E6E. Windows color (decimal): -16409446 or 10132485. OLE color: 10132485.
HSL color Cylindrical-coordinate representation of color #059C9A: hue angle of 179.21º 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 #059C9A is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 156 | 154 | - |
| CMYK | 0.97 | 0 | 0.01 | 0.39 |
| HSL | 179.21º | 0.94% | 0.32% | - |
| HSV(B) | 179.21º | 0.97% | 0.61% | - |
| XYZ | 17.78 | 26.14 | 34.68 | - |
| YUV | 110.62 | 152.47 | 52.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 154 | 0.97 | 0 | 0.01 | 0.39 | 179.21 | 0.94 | 0.32 |
| Hex | 5 | 9C | 9A | 61 | 0 | 1 | 27 | B3 | 5E | 20 |
| Octal | 5 | 234 | 232 | 141 | 0 | 1 | 47 | 263 | 136 | 40 |
| Binary | 101 | 10011100 | 10011010 | 1100001 | 0 | 1 | 100111 | 10110011 | 1011110 | 100000 |
Color Harmonies of #059C9A
Complementary color
Monochromatic Colors of #059C9A
Black with #059C9A
Text Example
Text Example
White with #059C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059C9A; }
p { color: rgb(5,156,154); }
H1.HeaderClassName
{
color: #059C9A;
}
.AnyTagClassName
{
color: #059C9A;
}
</style>
background-color css
<style>
a { background-color: #059C9A; }
a { background-color: rgb(5,156,154); }
div.DivClassName
{
background-color: #059C9A;
}
.BgClassName
{
background-color: #059C9A;
}
</style>
border-color css
<style>
span { border-color: #059C9A; }
span { border-color: rgb(5,156,154); }
td.TdClassName
{
border-color: #059C9A;
}
.TagClassName
{
border-color: #059C9A;
}
</style>