Shades of Persian Green #039C96
Tints of Persian Green #039C96
RGB
CMYK
RGB Variations
Color information
#039C96 (or 0x039C96) is known color: Persian Green. HEX triplet: 03, 9C and 96. RGB value is (3,156,150). Sum of RGB (Red+Green+Blue) = 3+156+150=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 156 (61.33% from 255 or 50.49% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 156 - color contains mainly: green. Hex color #039C96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039C96 is #FC6369. Grayscale: #6D6D6D. Windows color (decimal): -16540522 or 9870339. OLE color: 9870339.
HSL color Cylindrical-coordinate representation of color #039C96: hue angle of 177.65º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039C96 is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 156 | 150 | - |
| CMYK | 0.98 | 0 | 0.04 | 0.39 |
| HSL | 177.65º | 0.96% | 0.31% | - |
| HSV(B) | 177.65º | 0.98% | 0.61% | - |
| XYZ | 17.43 | 26 | 32.95 | - |
| YUV | 109.57 | 150.81 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 156 | 150 | 0.98 | 0 | 0.04 | 0.39 | 177.65 | 0.96 | 0.31 |
| Hex | 3 | 9C | 96 | 62 | 0 | 4 | 27 | B2 | 60 | 1F |
| Octal | 3 | 234 | 226 | 142 | 0 | 4 | 47 | 262 | 140 | 37 |
| Binary | 11 | 10011100 | 10010110 | 1100010 | 0 | 100 | 100111 | 10110010 | 1100000 | 11111 |
Color Harmonies of #039C96
Complementary color
Monochromatic Colors of #039C96
Black with #039C96
Text Example
Text Example
White with #039C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039C96; }
p { color: rgb(3,156,150); }
H1.HeaderClassName
{
color: #039C96;
}
.AnyTagClassName
{
color: #039C96;
}
</style>
background-color css
<style>
a { background-color: #039C96; }
a { background-color: rgb(3,156,150); }
div.DivClassName
{
background-color: #039C96;
}
.BgClassName
{
background-color: #039C96;
}
</style>
border-color css
<style>
span { border-color: #039C96; }
span { border-color: rgb(3,156,150); }
td.TdClassName
{
border-color: #039C96;
}
.TagClassName
{
border-color: #039C96;
}
</style>