Shades of Persian Green #039A8B
Tints of Persian Green #039A8B
RGB
CMYK
RGB Variations
Color information
#039A8B (or 0x039A8B) is known color: Persian Green. HEX triplet: 03, 9A and 8B. RGB value is (3,154,139). Sum of RGB (Red+Green+Blue) = 3+154+139=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 154 (60.55% from 255 or 52.03% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 154 - color contains mainly: green. Hex color #039A8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039A8B is #FC6574. Grayscale: #6B6B6B. Windows color (decimal): -16541045 or 9148931. OLE color: 9148931.
HSL color Cylindrical-coordinate representation of color #039A8B: hue angle of 174.04º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039A8B is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 154 | 139 | - |
| CMYK | 0.98 | 0 | 0.10 | 0.40 |
| HSL | 174.04º | 0.96% | 0.31% | - |
| HSV(B) | 174.04º | 0.98% | 0.6% | - |
| XYZ | 16.25 | 24.99 | 28.39 | - |
| YUV | 107.14 | 145.97 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 154 | 139 | 0.98 | 0 | 0.10 | 0.40 | 174.04 | 0.96 | 0.31 |
| Hex | 3 | 9A | 8B | 62 | 0 | A | 28 | AE | 60 | 1F |
| Octal | 3 | 232 | 213 | 142 | 0 | 12 | 50 | 256 | 140 | 37 |
| Binary | 11 | 10011010 | 10001011 | 1100010 | 0 | 1010 | 101000 | 10101110 | 1100000 | 11111 |
Color Harmonies of #039A8B
Complementary color
Monochromatic Colors of #039A8B
Black with #039A8B
Text Example
Text Example
White with #039A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039A8B; }
p { color: rgb(3,154,139); }
H1.HeaderClassName
{
color: #039A8B;
}
.AnyTagClassName
{
color: #039A8B;
}
</style>
background-color css
<style>
a { background-color: #039A8B; }
a { background-color: rgb(3,154,139); }
div.DivClassName
{
background-color: #039A8B;
}
.BgClassName
{
background-color: #039A8B;
}
</style>
border-color css
<style>
span { border-color: #039A8B; }
span { border-color: rgb(3,154,139); }
td.TdClassName
{
border-color: #039A8B;
}
.TagClassName
{
border-color: #039A8B;
}
</style>