Shades of Persian Green #06ABA2
Tints of Persian Green #06ABA2
RGB
CMYK
RGB Variations
Color information
#06ABA2 (or 0x06ABA2) is known color: Persian Green. HEX triplet: 06, AB and A2. RGB value is (6,171,162). Sum of RGB (Red+Green+Blue) = 6+171+162=339 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.77% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 162 (63.67% from 255 or 47.79% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #06ABA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06ABA2 is #F9545D. Grayscale: #787878. Windows color (decimal): -16340062 or 10660614. OLE color: 10660614.
HSL color Cylindrical-coordinate representation of color #06ABA2: hue angle of 176.73º 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 #06ABA2 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 171 | 162 | - |
| CMYK | 0.96 | 0 | 0.05 | 0.33 |
| HSL | 176.73º | 0.93% | 0.35% | - |
| HSV(B) | 176.73º | 0.96% | 0.67% | - |
| XYZ | 21.16 | 31.77 | 39.2 | - |
| YUV | 120.64 | 151.34 | 46.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 171 | 162 | 0.96 | 0 | 0.05 | 0.33 | 176.73 | 0.93 | 0.35 |
| Hex | 6 | AB | A2 | 60 | 0 | 5 | 21 | B1 | 5D | 23 |
| Octal | 6 | 253 | 242 | 140 | 0 | 5 | 41 | 261 | 135 | 43 |
| Binary | 110 | 10101011 | 10100010 | 1100000 | 0 | 101 | 100001 | 10110001 | 1011101 | 100011 |
Color Harmonies of #06ABA2
Complementary color
Monochromatic Colors of #06ABA2
Black with #06ABA2
Text Example
Text Example
White with #06ABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ABA2; }
p { color: rgb(6,171,162); }
H1.HeaderClassName
{
color: #06ABA2;
}
.AnyTagClassName
{
color: #06ABA2;
}
</style>
background-color css
<style>
a { background-color: #06ABA2; }
a { background-color: rgb(6,171,162); }
div.DivClassName
{
background-color: #06ABA2;
}
.BgClassName
{
background-color: #06ABA2;
}
</style>
border-color css
<style>
span { border-color: #06ABA2; }
span { border-color: rgb(6,171,162); }
td.TdClassName
{
border-color: #06ABA2;
}
.TagClassName
{
border-color: #06ABA2;
}
</style>