Shades of Persian Green #039990
Tints of Persian Green #039990
RGB
CMYK
RGB Variations
Color information
#039990 (or 0x039990) is known color: Persian Green. HEX triplet: 03, 99 and 90. RGB value is (3,153,144). Sum of RGB (Red+Green+Blue) = 3+153+144=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #039990 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039990 is #FC666F. Grayscale: #6B6B6B. Windows color (decimal): -16541296 or 9476355. OLE color: 9476355.
HSL color Cylindrical-coordinate representation of color #039990: hue angle of 176.4º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039990 is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 3 | 153 | 144 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.4 |
| HSL | 176.4º | 0.96% | 0.31% | - |
| HSV(B) | 176.4º | 0.98% | 0.6% | - |
| XYZ | 16.46 | 24.82 | 30.31 | - |
| YUV | 107.12 | 148.81 | 53.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 153 | 144 | 0.98 | 0 | 0.06 | 0.4 | 176.4 | 0.96 | 0.31 |
| Hex | 3 | 99 | 90 | 62 | 0 | 6 | 28 | B0 | 60 | 1F |
| Octal | 3 | 231 | 220 | 142 | 0 | 6 | 50 | 260 | 140 | 37 |
| Binary | 11 | 10011001 | 10010000 | 1100010 | 0 | 110 | 101000 | 10110000 | 1100000 | 11111 |
Color Harmonies of #039990
Complementary color
Monochromatic Colors of #039990
Black with #039990
Text Example
Text Example
White with #039990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039990; }
p { color: rgb(3,153,144); }
H1.HeaderClassName
{
color: #039990;
}
.AnyTagClassName
{
color: #039990;
}
</style>
background-color css
<style>
a { background-color: #039990; }
a { background-color: rgb(3,153,144); }
div.DivClassName
{
background-color: #039990;
}
.BgClassName
{
background-color: #039990;
}
</style>
border-color css
<style>
span { border-color: #039990; }
span { border-color: rgb(3,153,144); }
td.TdClassName
{
border-color: #039990;
}
.TagClassName
{
border-color: #039990;
}
</style>