Shades of Persian Green #06AAA3
Tints of Persian Green #06AAA3
RGB
CMYK
RGB Variations
Color information
#06AAA3 (or 0x06AAA3) is known color: Persian Green. HEX triplet: 06, AA and A3. RGB value is (6,170,163). Sum of RGB (Red+Green+Blue) = 6+170+163=339 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.77% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 163 (64.06% from 255 or 48.08% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #06AAA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06AAA3 is #F9555C. Grayscale: #787878. Windows color (decimal): -16340317 or 10725894. OLE color: 10725894.
HSL color Cylindrical-coordinate representation of color #06AAA3: hue angle of 177.44º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06AAA3 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 170 | 163 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.33 |
| HSL | 177.44º | 0.93% | 0.35% | - |
| HSV(B) | 177.44º | 0.96% | 0.67% | - |
| XYZ | 21.06 | 31.43 | 39.61 | - |
| YUV | 120.17 | 152.17 | 46.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 170 | 163 | 0.96 | 0 | 0.04 | 0.33 | 177.44 | 0.93 | 0.35 |
| Hex | 6 | AA | A3 | 60 | 0 | 4 | 21 | B1 | 5D | 23 |
| Octal | 6 | 252 | 243 | 140 | 0 | 4 | 41 | 261 | 135 | 43 |
| Binary | 110 | 10101010 | 10100011 | 1100000 | 0 | 100 | 100001 | 10110001 | 1011101 | 100011 |
Color Harmonies of #06AAA3
Complementary color
Monochromatic Colors of #06AAA3
Black with #06AAA3
Text Example
Text Example
White with #06AAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AAA3; }
p { color: rgb(6,170,163); }
H1.HeaderClassName
{
color: #06AAA3;
}
.AnyTagClassName
{
color: #06AAA3;
}
</style>
background-color css
<style>
a { background-color: #06AAA3; }
a { background-color: rgb(6,170,163); }
div.DivClassName
{
background-color: #06AAA3;
}
.BgClassName
{
background-color: #06AAA3;
}
</style>
border-color css
<style>
span { border-color: #06AAA3; }
span { border-color: rgb(6,170,163); }
td.TdClassName
{
border-color: #06AAA3;
}
.TagClassName
{
border-color: #06AAA3;
}
</style>