Shades of Persian Green #039CA0
Tints of Persian Green #039CA0
RGB
CMYK
RGB Variations
Color information
#039CA0 (or 0x039CA0) is known color: Persian Green. HEX triplet: 03, 9C and A0. RGB value is (3,156,160). Sum of RGB (Red+Green+Blue) = 3+156+160=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 160 (62.89% from 255 or 50.16% from 319); Max value from RGB is 160 - color contains mainly: blue. Hex color #039CA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039CA0 is #FC635F. Grayscale: #6E6E6E. Windows color (decimal): -16540512 or 10525699. OLE color: 10525699.
HSL color Cylindrical-coordinate representation of color #039CA0: hue angle of 181.53º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039CA0 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 156 | 160 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.37 |
| HSL | 181.53º | 0.96% | 0.32% | - |
| HSV(B) | 181.53º | 0.98% | 0.63% | - |
| XYZ | 18.27 | 26.33 | 37.38 | - |
| YUV | 110.71 | 155.81 | 51.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 156 | 160 | 0.98 | 0.02 | 0 | 0.37 | 181.53 | 0.96 | 0.32 |
| Hex | 3 | 9C | A0 | 62 | 2 | 0 | 25 | B6 | 60 | 20 |
| Octal | 3 | 234 | 240 | 142 | 2 | 0 | 45 | 266 | 140 | 40 |
| Binary | 11 | 10011100 | 10100000 | 1100010 | 10 | 0 | 100101 | 10110110 | 1100000 | 100000 |
Color Harmonies of #039CA0
Complementary color
Monochromatic Colors of #039CA0
Black with #039CA0
Text Example
Text Example
White with #039CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039CA0; }
p { color: rgb(3,156,160); }
H1.HeaderClassName
{
color: #039CA0;
}
.AnyTagClassName
{
color: #039CA0;
}
</style>
background-color css
<style>
a { background-color: #039CA0; }
a { background-color: rgb(3,156,160); }
div.DivClassName
{
background-color: #039CA0;
}
.BgClassName
{
background-color: #039CA0;
}
</style>
border-color css
<style>
span { border-color: #039CA0; }
span { border-color: rgb(3,156,160); }
td.TdClassName
{
border-color: #039CA0;
}
.TagClassName
{
border-color: #039CA0;
}
</style>