Shades of Persian Green #03A09B
Tints of Persian Green #03A09B
RGB
CMYK
RGB Variations
Color information
#03A09B (or 0x03A09B) is known color: Persian Green. HEX triplet: 03, A0 and 9B. RGB value is (3,160,155). Sum of RGB (Red+Green+Blue) = 3+160+155=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #03A09B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A09B is #FC5F64. Grayscale: #707070. Windows color (decimal): -16539493 or 10199043. OLE color: 10199043.
HSL color Cylindrical-coordinate representation of color #03A09B: hue angle of 178.09º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A09B is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 160 | 155 | - |
| CMYK | 0.98 | 0 | 0.03 | 0.37 |
| HSL | 178.09º | 0.96% | 0.32% | - |
| HSV(B) | 178.09º | 0.98% | 0.63% | - |
| XYZ | 18.52 | 27.53 | 35.35 | - |
| YUV | 112.49 | 151.99 | 49.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 160 | 155 | 0.98 | 0 | 0.03 | 0.37 | 178.09 | 0.96 | 0.32 |
| Hex | 3 | A0 | 9B | 62 | 0 | 3 | 25 | B2 | 60 | 20 |
| Octal | 3 | 240 | 233 | 142 | 0 | 3 | 45 | 262 | 140 | 40 |
| Binary | 11 | 10100000 | 10011011 | 1100010 | 0 | 11 | 100101 | 10110010 | 1100000 | 100000 |
Color Harmonies of #03A09B
Complementary color
Monochromatic Colors of #03A09B
Black with #03A09B
Text Example
Text Example
White with #03A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A09B; }
p { color: rgb(3,160,155); }
H1.HeaderClassName
{
color: #03A09B;
}
.AnyTagClassName
{
color: #03A09B;
}
</style>
background-color css
<style>
a { background-color: #03A09B; }
a { background-color: rgb(3,160,155); }
div.DivClassName
{
background-color: #03A09B;
}
.BgClassName
{
background-color: #03A09B;
}
</style>
border-color css
<style>
span { border-color: #03A09B; }
span { border-color: rgb(3,160,155); }
td.TdClassName
{
border-color: #03A09B;
}
.TagClassName
{
border-color: #03A09B;
}
</style>