Shades of Persian Green #06AAA0
Tints of Persian Green #06AAA0
RGB
CMYK
RGB Variations
Color information
#06AAA0 (or 0x06AAA0) is known color: Persian Green. HEX triplet: 06, AA and A0. RGB value is (6,170,160). Sum of RGB (Red+Green+Blue) = 6+170+160=336 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 160 (62.89% from 255 or 47.62% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #06AAA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06AAA0 is #F9555F. Grayscale: #777777. Windows color (decimal): -16340320 or 10529286. OLE color: 10529286.
HSL color Cylindrical-coordinate representation of color #06AAA0: hue angle of 176.34º 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 #06AAA0 is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 170 | 160 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.33 |
| HSL | 176.34º | 0.93% | 0.35% | - |
| HSV(B) | 176.34º | 0.96% | 0.67% | - |
| XYZ | 20.8 | 31.33 | 38.21 | - |
| YUV | 119.82 | 150.67 | 46.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 170 | 160 | 0.96 | 0 | 0.06 | 0.33 | 176.34 | 0.93 | 0.35 |
| Hex | 6 | AA | A0 | 60 | 0 | 6 | 21 | B0 | 5D | 23 |
| Octal | 6 | 252 | 240 | 140 | 0 | 6 | 41 | 260 | 135 | 43 |
| Binary | 110 | 10101010 | 10100000 | 1100000 | 0 | 110 | 100001 | 10110000 | 1011101 | 100011 |
Color Harmonies of #06AAA0
Complementary color
Monochromatic Colors of #06AAA0
Black with #06AAA0
Text Example
Text Example
White with #06AAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AAA0; }
p { color: rgb(6,170,160); }
H1.HeaderClassName
{
color: #06AAA0;
}
.AnyTagClassName
{
color: #06AAA0;
}
</style>
background-color css
<style>
a { background-color: #06AAA0; }
a { background-color: rgb(6,170,160); }
div.DivClassName
{
background-color: #06AAA0;
}
.BgClassName
{
background-color: #06AAA0;
}
</style>
border-color css
<style>
span { border-color: #06AAA0; }
span { border-color: rgb(6,170,160); }
td.TdClassName
{
border-color: #06AAA0;
}
.TagClassName
{
border-color: #06AAA0;
}
</style>