Shades of Persian Green #039B8A
Tints of Persian Green #039B8A
RGB
CMYK
RGB Variations
Color information
#039B8A (or 0x039B8A) is known color: Persian Green. HEX triplet: 03, 9B and 8A. RGB value is (3,155,138). Sum of RGB (Red+Green+Blue) = 3+155+138=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 155 (60.94% from 255 or 52.36% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 155 - color contains mainly: green. Hex color #039B8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039B8A is #FC6475. Grayscale: #6B6B6B. Windows color (decimal): -16540790 or 9083651. OLE color: 9083651.
HSL color Cylindrical-coordinate representation of color #039B8A: hue angle of 173.29º 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 #039B8A is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 155 | 138 | - |
| CMYK | 0.98 | 0 | 0.11 | 0.39 |
| HSL | 173.29º | 0.96% | 0.31% | - |
| HSV(B) | 173.29º | 0.98% | 0.61% | - |
| XYZ | 16.35 | 25.3 | 28.07 | - |
| YUV | 107.61 | 145.14 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 155 | 138 | 0.98 | 0 | 0.11 | 0.39 | 173.29 | 0.96 | 0.31 |
| Hex | 3 | 9B | 8A | 62 | 0 | B | 27 | AD | 60 | 1F |
| Octal | 3 | 233 | 212 | 142 | 0 | 13 | 47 | 255 | 140 | 37 |
| Binary | 11 | 10011011 | 10001010 | 1100010 | 0 | 1011 | 100111 | 10101101 | 1100000 | 11111 |
Color Harmonies of #039B8A
Complementary color
Monochromatic Colors of #039B8A
Black with #039B8A
Text Example
Text Example
White with #039B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039B8A; }
p { color: rgb(3,155,138); }
H1.HeaderClassName
{
color: #039B8A;
}
.AnyTagClassName
{
color: #039B8A;
}
</style>
background-color css
<style>
a { background-color: #039B8A; }
a { background-color: rgb(3,155,138); }
div.DivClassName
{
background-color: #039B8A;
}
.BgClassName
{
background-color: #039B8A;
}
</style>
border-color css
<style>
span { border-color: #039B8A; }
span { border-color: rgb(3,155,138); }
td.TdClassName
{
border-color: #039B8A;
}
.TagClassName
{
border-color: #039B8A;
}
</style>