Shades of Persian Green #03AC8B
Tints of Persian Green #03AC8B
RGB
CMYK
RGB Variations
Color information
#03AC8B (or 0x03AC8B) is known color: Persian Green. HEX triplet: 03, AC and 8B. RGB value is (3,172,139). Sum of RGB (Red+Green+Blue) = 3+172+139=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #03AC8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03AC8B is #FC5374. Grayscale: #757575. Windows color (decimal): -16536437 or 9153539. OLE color: 9153539.
HSL color Cylindrical-coordinate representation of color #03AC8B: hue angle of 168.28º 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 #03AC8B is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 172 | 139 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.33 |
| HSL | 168.28º | 0.97% | 0.34% | - |
| HSV(B) | 168.28º | 0.98% | 0.67% | - |
| XYZ | 19.45 | 31.39 | 29.46 | - |
| YUV | 117.71 | 140.01 | 46.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 172 | 139 | 0.98 | 0 | 0.19 | 0.33 | 168.28 | 0.97 | 0.34 |
| Hex | 3 | AC | 8B | 62 | 0 | 13 | 21 | A8 | 61 | 22 |
| Octal | 3 | 254 | 213 | 142 | 0 | 23 | 41 | 250 | 141 | 42 |
| Binary | 11 | 10101100 | 10001011 | 1100010 | 0 | 10011 | 100001 | 10101000 | 1100001 | 100010 |
Color Harmonies of #03AC8B
Complementary color
Monochromatic Colors of #03AC8B
Black with #03AC8B
Text Example
Text Example
White with #03AC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AC8B; }
p { color: rgb(3,172,139); }
H1.HeaderClassName
{
color: #03AC8B;
}
.AnyTagClassName
{
color: #03AC8B;
}
</style>
background-color css
<style>
a { background-color: #03AC8B; }
a { background-color: rgb(3,172,139); }
div.DivClassName
{
background-color: #03AC8B;
}
.BgClassName
{
background-color: #03AC8B;
}
</style>
border-color css
<style>
span { border-color: #03AC8B; }
span { border-color: rgb(3,172,139); }
td.TdClassName
{
border-color: #03AC8B;
}
.TagClassName
{
border-color: #03AC8B;
}
</style>