Shades of Persian Green #059C98
Tints of Persian Green #059C98
RGB
CMYK
RGB Variations
Color information
#059C98 (or 0x059C98) is known color: Persian Green. HEX triplet: 05, 9C and 98. RGB value is (5,156,152). Sum of RGB (Red+Green+Blue) = 5+156+152=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #059C98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059C98 is #FA6367. Grayscale: #6E6E6E. Windows color (decimal): -16409448 or 10001413. OLE color: 10001413.
HSL color Cylindrical-coordinate representation of color #059C98: hue angle of 178.41º 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 #059C98 is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 156 | 152 | - |
| CMYK | 0.97 | 0 | 0.03 | 0.39 |
| HSL | 178.41º | 0.94% | 0.32% | - |
| HSV(B) | 178.41º | 0.97% | 0.61% | - |
| XYZ | 17.62 | 26.08 | 33.81 | - |
| YUV | 110.4 | 151.47 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 152 | 0.97 | 0 | 0.03 | 0.39 | 178.41 | 0.94 | 0.32 |
| Hex | 5 | 9C | 98 | 61 | 0 | 3 | 27 | B2 | 5E | 20 |
| Octal | 5 | 234 | 230 | 141 | 0 | 3 | 47 | 262 | 136 | 40 |
| Binary | 101 | 10011100 | 10011000 | 1100001 | 0 | 11 | 100111 | 10110010 | 1011110 | 100000 |
Color Harmonies of #059C98
Complementary color
Monochromatic Colors of #059C98
Black with #059C98
Text Example
Text Example
White with #059C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059C98; }
p { color: rgb(5,156,152); }
H1.HeaderClassName
{
color: #059C98;
}
.AnyTagClassName
{
color: #059C98;
}
</style>
background-color css
<style>
a { background-color: #059C98; }
a { background-color: rgb(5,156,152); }
div.DivClassName
{
background-color: #059C98;
}
.BgClassName
{
background-color: #059C98;
}
</style>
border-color css
<style>
span { border-color: #059C98; }
span { border-color: rgb(5,156,152); }
td.TdClassName
{
border-color: #059C98;
}
.TagClassName
{
border-color: #059C98;
}
</style>