Shades of Persian Green #039F9C
Tints of Persian Green #039F9C
RGB
CMYK
RGB Variations
Color information
#039F9C (or 0x039F9C) is known color: Persian Green. HEX triplet: 03, 9F and 9C. RGB value is (3,159,156). Sum of RGB (Red+Green+Blue) = 3+159+156=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 159 (62.5% from 255 or 50% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 159 - color contains mainly: green. Hex color #039F9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039F9C is #FC6063. Grayscale: #6F6F6F. Windows color (decimal): -16539748 or 10264323. OLE color: 10264323.
HSL color Cylindrical-coordinate representation of color #039F9C: hue angle of 178.85º 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 #039F9C is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 159 | 156 | - |
| CMYK | 0.98 | 0 | 0.02 | 0.38 |
| HSL | 178.85º | 0.96% | 0.32% | - |
| HSV(B) | 178.85º | 0.98% | 0.62% | - |
| XYZ | 18.44 | 27.22 | 35.73 | - |
| YUV | 112.01 | 152.82 | 50.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 159 | 156 | 0.98 | 0 | 0.02 | 0.38 | 178.85 | 0.96 | 0.32 |
| Hex | 3 | 9F | 9C | 62 | 0 | 2 | 26 | B3 | 60 | 20 |
| Octal | 3 | 237 | 234 | 142 | 0 | 2 | 46 | 263 | 140 | 40 |
| Binary | 11 | 10011111 | 10011100 | 1100010 | 0 | 10 | 100110 | 10110011 | 1100000 | 100000 |
Color Harmonies of #039F9C
Complementary color
Monochromatic Colors of #039F9C
Black with #039F9C
Text Example
Text Example
White with #039F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039F9C; }
p { color: rgb(3,159,156); }
H1.HeaderClassName
{
color: #039F9C;
}
.AnyTagClassName
{
color: #039F9C;
}
</style>
background-color css
<style>
a { background-color: #039F9C; }
a { background-color: rgb(3,159,156); }
div.DivClassName
{
background-color: #039F9C;
}
.BgClassName
{
background-color: #039F9C;
}
</style>
border-color css
<style>
span { border-color: #039F9C; }
span { border-color: rgb(3,159,156); }
td.TdClassName
{
border-color: #039F9C;
}
.TagClassName
{
border-color: #039F9C;
}
</style>