Shades of Persian Green #039F88
Tints of Persian Green #039F88
RGB
CMYK
RGB Variations
Color information
#039F88 (or 0x039F88) is known color: Persian Green. HEX triplet: 03, 9F and 88. RGB value is (3,159,136). Sum of RGB (Red+Green+Blue) = 3+159+136=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 159 (62.5% from 255 or 53.36% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 159 - color contains mainly: green. Hex color #039F88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039F88 is #FC6077. Grayscale: #6D6D6D. Windows color (decimal): -16539768 or 8953603. OLE color: 8953603.
HSL color Cylindrical-coordinate representation of color #039F88: hue angle of 171.15º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039F88 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 159 | 136 | - |
| CMYK | 0.98 | 0 | 0.14 | 0.38 |
| HSL | 171.15º | 0.96% | 0.32% | - |
| HSV(B) | 171.15º | 0.98% | 0.62% | - |
| XYZ | 16.88 | 26.59 | 27.54 | - |
| YUV | 109.73 | 142.82 | 51.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 159 | 136 | 0.98 | 0 | 0.14 | 0.38 | 171.15 | 0.96 | 0.32 |
| Hex | 3 | 9F | 88 | 62 | 0 | E | 26 | AB | 60 | 20 |
| Octal | 3 | 237 | 210 | 142 | 0 | 16 | 46 | 253 | 140 | 40 |
| Binary | 11 | 10011111 | 10001000 | 1100010 | 0 | 1110 | 100110 | 10101011 | 1100000 | 100000 |
Color Harmonies of #039F88
Complementary color
Monochromatic Colors of #039F88
Black with #039F88
Text Example
Text Example
White with #039F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039F88; }
p { color: rgb(3,159,136); }
H1.HeaderClassName
{
color: #039F88;
}
.AnyTagClassName
{
color: #039F88;
}
</style>
background-color css
<style>
a { background-color: #039F88; }
a { background-color: rgb(3,159,136); }
div.DivClassName
{
background-color: #039F88;
}
.BgClassName
{
background-color: #039F88;
}
</style>
border-color css
<style>
span { border-color: #039F88; }
span { border-color: rgb(3,159,136); }
td.TdClassName
{
border-color: #039F88;
}
.TagClassName
{
border-color: #039F88;
}
</style>