Shades of Persian Green #06AA8F
Tints of Persian Green #06AA8F
RGB
CMYK
RGB Variations
Color information
#06AA8F (or 0x06AA8F) is known color: Persian Green. HEX triplet: 06, AA and 8F. RGB value is (6,170,143). Sum of RGB (Red+Green+Blue) = 6+170+143=319 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #06AA8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06AA8F is #F95570. Grayscale: #757575. Windows color (decimal): -16340337 or 9415174. OLE color: 9415174.
HSL color Cylindrical-coordinate representation of color #06AA8F: hue angle of 170.12º 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 #06AA8F is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 170 | 143 | - |
| CMYK | 0.96 | 0 | 0.16 | 0.33 |
| HSL | 170.12º | 0.93% | 0.35% | - |
| HSV(B) | 170.12º | 0.96% | 0.67% | - |
| XYZ | 19.41 | 30.77 | 30.9 | - |
| YUV | 117.89 | 142.17 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 170 | 143 | 0.96 | 0 | 0.16 | 0.33 | 170.12 | 0.93 | 0.35 |
| Hex | 6 | AA | 8F | 60 | 0 | 10 | 21 | AA | 5D | 23 |
| Octal | 6 | 252 | 217 | 140 | 0 | 20 | 41 | 252 | 135 | 43 |
| Binary | 110 | 10101010 | 10001111 | 1100000 | 0 | 10000 | 100001 | 10101010 | 1011101 | 100011 |
Color Harmonies of #06AA8F
Complementary color
Monochromatic Colors of #06AA8F
Black with #06AA8F
Text Example
Text Example
White with #06AA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AA8F; }
p { color: rgb(6,170,143); }
H1.HeaderClassName
{
color: #06AA8F;
}
.AnyTagClassName
{
color: #06AA8F;
}
</style>
background-color css
<style>
a { background-color: #06AA8F; }
a { background-color: rgb(6,170,143); }
div.DivClassName
{
background-color: #06AA8F;
}
.BgClassName
{
background-color: #06AA8F;
}
</style>
border-color css
<style>
span { border-color: #06AA8F; }
span { border-color: rgb(6,170,143); }
td.TdClassName
{
border-color: #06AA8F;
}
.TagClassName
{
border-color: #06AA8F;
}
</style>