Shades of Persian Green #039B8D
Tints of Persian Green #039B8D
RGB
CMYK
RGB Variations
Color information
#039B8D (or 0x039B8D) is known color: Persian Green. HEX triplet: 03, 9B and 8D. RGB value is (3,155,141). Sum of RGB (Red+Green+Blue) = 3+155+141=299 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 299); Green value is 155 (60.94% from 255 or 51.84% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 155 - color contains mainly: green. Hex color #039B8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039B8D is #FC6472. Grayscale: #6B6B6B. Windows color (decimal): -16540787 or 9280259. OLE color: 9280259.
HSL color Cylindrical-coordinate representation of color #039B8D: hue angle of 174.47º 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 #039B8D is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 155 | 141 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.39 |
| HSL | 174.47º | 0.96% | 0.31% | - |
| HSV(B) | 174.47º | 0.98% | 0.61% | - |
| XYZ | 16.57 | 25.39 | 29.23 | - |
| YUV | 107.96 | 146.64 | 53.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 155 | 141 | 0.98 | 0 | 0.09 | 0.39 | 174.47 | 0.96 | 0.31 |
| Hex | 3 | 9B | 8D | 62 | 0 | 9 | 27 | AE | 60 | 1F |
| Octal | 3 | 233 | 215 | 142 | 0 | 11 | 47 | 256 | 140 | 37 |
| Binary | 11 | 10011011 | 10001101 | 1100010 | 0 | 1001 | 100111 | 10101110 | 1100000 | 11111 |
Color Harmonies of #039B8D
Complementary color
Monochromatic Colors of #039B8D
Black with #039B8D
Text Example
Text Example
White with #039B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039B8D; }
p { color: rgb(3,155,141); }
H1.HeaderClassName
{
color: #039B8D;
}
.AnyTagClassName
{
color: #039B8D;
}
</style>
background-color css
<style>
a { background-color: #039B8D; }
a { background-color: rgb(3,155,141); }
div.DivClassName
{
background-color: #039B8D;
}
.BgClassName
{
background-color: #039B8D;
}
</style>
border-color css
<style>
span { border-color: #039B8D; }
span { border-color: rgb(3,155,141); }
td.TdClassName
{
border-color: #039B8D;
}
.TagClassName
{
border-color: #039B8D;
}
</style>