Shades of Persian Green #03B6A1
Tints of Persian Green #03B6A1
RGB
CMYK
RGB Variations
Color information
#03B6A1 (or 0x03B6A1) is known color: Persian Green. HEX triplet: 03, B6 and A1. RGB value is (3,182,161). Sum of RGB (Red+Green+Blue) = 3+182+161=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 182 (71.48% from 255 or 52.60% from 346); Blue value is 161 (63.28% from 255 or 46.53% from 346); Max value from RGB is 182 - color contains mainly: green. Hex color #03B6A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03B6A1 is #FC495E. Grayscale: #7D7D7D. Windows color (decimal): -16533855 or 10597891. OLE color: 10597891.
HSL color Cylindrical-coordinate representation of color #03B6A1: hue angle of 172.96º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B6A1 is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 182 | 161 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.29 |
| HSL | 172.96º | 0.97% | 0.36% | - |
| HSV(B) | 172.96º | 0.98% | 0.71% | - |
| XYZ | 23.2 | 36.05 | 39.45 | - |
| YUV | 126.09 | 147.7 | 40.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 182 | 161 | 0.98 | 0 | 0.12 | 0.29 | 172.96 | 0.97 | 0.36 |
| Hex | 3 | B6 | A1 | 62 | 0 | C | 1D | AD | 61 | 24 |
| Octal | 3 | 266 | 241 | 142 | 0 | 14 | 35 | 255 | 141 | 44 |
| Binary | 11 | 10110110 | 10100001 | 1100010 | 0 | 1100 | 11101 | 10101101 | 1100001 | 100100 |
Color Harmonies of #03B6A1
Complementary color
Monochromatic Colors of #03B6A1
Black with #03B6A1
Text Example
Text Example
White with #03B6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B6A1; }
p { color: rgb(3,182,161); }
H1.HeaderClassName
{
color: #03B6A1;
}
.AnyTagClassName
{
color: #03B6A1;
}
</style>
background-color css
<style>
a { background-color: #03B6A1; }
a { background-color: rgb(3,182,161); }
div.DivClassName
{
background-color: #03B6A1;
}
.BgClassName
{
background-color: #03B6A1;
}
</style>
border-color css
<style>
span { border-color: #03B6A1; }
span { border-color: rgb(3,182,161); }
td.TdClassName
{
border-color: #03B6A1;
}
.TagClassName
{
border-color: #03B6A1;
}
</style>