Shades of Persian Green #03AB9C
Tints of Persian Green #03AB9C
RGB
CMYK
RGB Variations
Color information
#03AB9C (or 0x03AB9C) is known color: Persian Green. HEX triplet: 03, AB and 9C. RGB value is (3,171,156). Sum of RGB (Red+Green+Blue) = 3+171+156=330 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #03AB9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03AB9C is #FC5463. Grayscale: #767676. Windows color (decimal): -16536676 or 10267395. OLE color: 10267395.
HSL color Cylindrical-coordinate representation of color #03AB9C: hue angle of 174.64º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AB9C is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 171 | 156 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.33 |
| HSL | 174.64º | 0.97% | 0.34% | - |
| HSV(B) | 174.64º | 0.98% | 0.67% | - |
| XYZ | 20.6 | 31.55 | 36.46 | - |
| YUV | 119.06 | 148.84 | 45.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 171 | 156 | 0.98 | 0 | 0.09 | 0.33 | 174.64 | 0.97 | 0.34 |
| Hex | 3 | AB | 9C | 62 | 0 | 9 | 21 | AF | 61 | 22 |
| Octal | 3 | 253 | 234 | 142 | 0 | 11 | 41 | 257 | 141 | 42 |
| Binary | 11 | 10101011 | 10011100 | 1100010 | 0 | 1001 | 100001 | 10101111 | 1100001 | 100010 |
Color Harmonies of #03AB9C
Complementary color
Monochromatic Colors of #03AB9C
Black with #03AB9C
Text Example
Text Example
White with #03AB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AB9C; }
p { color: rgb(3,171,156); }
H1.HeaderClassName
{
color: #03AB9C;
}
.AnyTagClassName
{
color: #03AB9C;
}
</style>
background-color css
<style>
a { background-color: #03AB9C; }
a { background-color: rgb(3,171,156); }
div.DivClassName
{
background-color: #03AB9C;
}
.BgClassName
{
background-color: #03AB9C;
}
</style>
border-color css
<style>
span { border-color: #03AB9C; }
span { border-color: rgb(3,171,156); }
td.TdClassName
{
border-color: #03AB9C;
}
.TagClassName
{
border-color: #03AB9C;
}
</style>