Shades of Persian Green #06ABA6
Tints of Persian Green #06ABA6
RGB
CMYK
RGB Variations
Color information
#06ABA6 (or 0x06ABA6) is known color: Persian Green. HEX triplet: 06, AB and A6. RGB value is (6,171,166). Sum of RGB (Red+Green+Blue) = 6+171+166=343 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 166 (65.23% from 255 or 48.40% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #06ABA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06ABA6 is #F95459. Grayscale: #787878. Windows color (decimal): -16340058 or 10922758. OLE color: 10922758.
HSL color Cylindrical-coordinate representation of color #06ABA6: hue angle of 178.18º 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 #06ABA6 is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 171 | 166 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.33 |
| HSL | 178.18º | 0.93% | 0.35% | - |
| HSV(B) | 178.18º | 0.96% | 0.67% | - |
| XYZ | 21.52 | 31.92 | 41.1 | - |
| YUV | 121.1 | 153.34 | 45.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 171 | 166 | 0.96 | 0 | 0.03 | 0.33 | 178.18 | 0.93 | 0.35 |
| Hex | 6 | AB | A6 | 60 | 0 | 3 | 21 | B2 | 5D | 23 |
| Octal | 6 | 253 | 246 | 140 | 0 | 3 | 41 | 262 | 135 | 43 |
| Binary | 110 | 10101011 | 10100110 | 1100000 | 0 | 11 | 100001 | 10110010 | 1011101 | 100011 |
Color Harmonies of #06ABA6
Complementary color
Monochromatic Colors of #06ABA6
Black with #06ABA6
Text Example
Text Example
White with #06ABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ABA6; }
p { color: rgb(6,171,166); }
H1.HeaderClassName
{
color: #06ABA6;
}
.AnyTagClassName
{
color: #06ABA6;
}
</style>
background-color css
<style>
a { background-color: #06ABA6; }
a { background-color: rgb(6,171,166); }
div.DivClassName
{
background-color: #06ABA6;
}
.BgClassName
{
background-color: #06ABA6;
}
</style>
border-color css
<style>
span { border-color: #06ABA6; }
span { border-color: rgb(6,171,166); }
td.TdClassName
{
border-color: #06ABA6;
}
.TagClassName
{
border-color: #06ABA6;
}
</style>