Shades of Persian Green #03B2A8
Tints of Persian Green #03B2A8
RGB
CMYK
RGB Variations
Color information
#03B2A8 (or 0x03B2A8) is known color: Persian Green. HEX triplet: 03, B2 and A8. RGB value is (3,178,168). Sum of RGB (Red+Green+Blue) = 3+178+168=349 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 349); Green value is 178 (69.92% from 255 or 51.00% from 349); Blue value is 168 (66.02% from 255 or 48.14% from 349); Max value from RGB is 178 - color contains mainly: green. Hex color #03B2A8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03B2A8 is #FC4D57. Grayscale: #7C7C7C. Windows color (decimal): -16534872 or 11055619. OLE color: 11055619.
HSL color Cylindrical-coordinate representation of color #03B2A8: hue angle of 176.57º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B2A8 is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 3 | 178 | 168 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.30 |
| HSL | 176.57º | 0.97% | 0.35% | - |
| HSV(B) | 176.57º | 0.98% | 0.7% | - |
| XYZ | 23.03 | 34.69 | 42.53 | - |
| YUV | 124.54 | 152.52 | 41.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 178 | 168 | 0.98 | 0 | 0.06 | 0.30 | 176.57 | 0.97 | 0.35 |
| Hex | 3 | B2 | A8 | 62 | 0 | 6 | 1E | B1 | 61 | 23 |
| Octal | 3 | 262 | 250 | 142 | 0 | 6 | 36 | 261 | 141 | 43 |
| Binary | 11 | 10110010 | 10101000 | 1100010 | 0 | 110 | 11110 | 10110001 | 1100001 | 100011 |
Color Harmonies of #03B2A8
Complementary color
Monochromatic Colors of #03B2A8
Black with #03B2A8
Text Example
Text Example
White with #03B2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B2A8; }
p { color: rgb(3,178,168); }
H1.HeaderClassName
{
color: #03B2A8;
}
.AnyTagClassName
{
color: #03B2A8;
}
</style>
background-color css
<style>
a { background-color: #03B2A8; }
a { background-color: rgb(3,178,168); }
div.DivClassName
{
background-color: #03B2A8;
}
.BgClassName
{
background-color: #03B2A8;
}
</style>
border-color css
<style>
span { border-color: #03B2A8; }
span { border-color: rgb(3,178,168); }
td.TdClassName
{
border-color: #03B2A8;
}
.TagClassName
{
border-color: #03B2A8;
}
</style>