Shades of Persian Green #03A698
Tints of Persian Green #03A698
RGB
CMYK
RGB Variations
Color information
#03A698 (or 0x03A698) is known color: Persian Green. HEX triplet: 03, A6 and 98. RGB value is (3,166,152). Sum of RGB (Red+Green+Blue) = 3+166+152=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 166 (65.23% from 255 or 51.71% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 166 - color contains mainly: green. Hex color #03A698 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A698 is #FC5967. Grayscale: #737373. Windows color (decimal): -16537960 or 10003971. OLE color: 10003971.
HSL color Cylindrical-coordinate representation of color #03A698: hue angle of 174.85º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A698 is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 166 | 152 | - |
| CMYK | 0.98 | 0 | 0.08 | 0.35 |
| HSL | 174.85º | 0.96% | 0.33% | - |
| HSV(B) | 174.85º | 0.98% | 0.65% | - |
| XYZ | 19.34 | 29.56 | 34.39 | - |
| YUV | 115.67 | 148.5 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 166 | 152 | 0.98 | 0 | 0.08 | 0.35 | 174.85 | 0.96 | 0.33 |
| Hex | 3 | A6 | 98 | 62 | 0 | 8 | 23 | AF | 60 | 21 |
| Octal | 3 | 246 | 230 | 142 | 0 | 10 | 43 | 257 | 140 | 41 |
| Binary | 11 | 10100110 | 10011000 | 1100010 | 0 | 1000 | 100011 | 10101111 | 1100000 | 100001 |
Color Harmonies of #03A698
Complementary color
Monochromatic Colors of #03A698
Black with #03A698
Text Example
Text Example
White with #03A698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A698; }
p { color: rgb(3,166,152); }
H1.HeaderClassName
{
color: #03A698;
}
.AnyTagClassName
{
color: #03A698;
}
</style>
background-color css
<style>
a { background-color: #03A698; }
a { background-color: rgb(3,166,152); }
div.DivClassName
{
background-color: #03A698;
}
.BgClassName
{
background-color: #03A698;
}
</style>
border-color css
<style>
span { border-color: #03A698; }
span { border-color: rgb(3,166,152); }
td.TdClassName
{
border-color: #03A698;
}
.TagClassName
{
border-color: #03A698;
}
</style>