Shades of Persian Green #039B8C
Tints of Persian Green #039B8C
RGB
CMYK
RGB Variations
Color information
#039B8C (or 0x039B8C) is known color: Persian Green. HEX triplet: 03, 9B and 8C. RGB value is (3,155,140). Sum of RGB (Red+Green+Blue) = 3+155+140=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 155 (60.94% from 255 or 52.01% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 155 - color contains mainly: green. Hex color #039B8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039B8C is #FC6473. Grayscale: #6B6B6B. Windows color (decimal): -16540788 or 9214723. OLE color: 9214723.
HSL color Cylindrical-coordinate representation of color #039B8C: hue angle of 174.08º 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 #039B8C is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 155 | 140 | - |
| CMYK | 0.98 | 0 | 0.10 | 0.39 |
| HSL | 174.08º | 0.96% | 0.31% | - |
| HSV(B) | 174.08º | 0.98% | 0.61% | - |
| XYZ | 16.49 | 25.36 | 28.84 | - |
| YUV | 107.84 | 146.14 | 53.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 155 | 140 | 0.98 | 0 | 0.10 | 0.39 | 174.08 | 0.96 | 0.31 |
| Hex | 3 | 9B | 8C | 62 | 0 | A | 27 | AE | 60 | 1F |
| Octal | 3 | 233 | 214 | 142 | 0 | 12 | 47 | 256 | 140 | 37 |
| Binary | 11 | 10011011 | 10001100 | 1100010 | 0 | 1010 | 100111 | 10101110 | 1100000 | 11111 |
Color Harmonies of #039B8C
Complementary color
Monochromatic Colors of #039B8C
Black with #039B8C
Text Example
Text Example
White with #039B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039B8C; }
p { color: rgb(3,155,140); }
H1.HeaderClassName
{
color: #039B8C;
}
.AnyTagClassName
{
color: #039B8C;
}
</style>
background-color css
<style>
a { background-color: #039B8C; }
a { background-color: rgb(3,155,140); }
div.DivClassName
{
background-color: #039B8C;
}
.BgClassName
{
background-color: #039B8C;
}
</style>
border-color css
<style>
span { border-color: #039B8C; }
span { border-color: rgb(3,155,140); }
td.TdClassName
{
border-color: #039B8C;
}
.TagClassName
{
border-color: #039B8C;
}
</style>