Shades of Persian Green #06ABA1
Tints of Persian Green #06ABA1
RGB
CMYK
RGB Variations
Color information
#06ABA1 (or 0x06ABA1) is known color: Persian Green. HEX triplet: 06, AB and A1. RGB value is (6,171,161). Sum of RGB (Red+Green+Blue) = 6+171+161=338 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 338); Green value is 171 (67.19% from 255 or 50.59% from 338); Blue value is 161 (63.28% from 255 or 47.63% from 338); Max value from RGB is 171 - color contains mainly: green. Hex color #06ABA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06ABA1 is #F9545E. Grayscale: #787878. Windows color (decimal): -16340063 or 10595078. OLE color: 10595078.
HSL color Cylindrical-coordinate representation of color #06ABA1: hue angle of 176.36º 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 #06ABA1 is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 171 | 161 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.33 |
| HSL | 176.36º | 0.93% | 0.35% | - |
| HSV(B) | 176.36º | 0.96% | 0.67% | - |
| XYZ | 21.07 | 31.74 | 38.73 | - |
| YUV | 120.53 | 150.84 | 46.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 171 | 161 | 0.96 | 0 | 0.06 | 0.33 | 176.36 | 0.93 | 0.35 |
| Hex | 6 | AB | A1 | 60 | 0 | 6 | 21 | B0 | 5D | 23 |
| Octal | 6 | 253 | 241 | 140 | 0 | 6 | 41 | 260 | 135 | 43 |
| Binary | 110 | 10101011 | 10100001 | 1100000 | 0 | 110 | 100001 | 10110000 | 1011101 | 100011 |
Color Harmonies of #06ABA1
Complementary color
Monochromatic Colors of #06ABA1
Black with #06ABA1
Text Example
Text Example
White with #06ABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ABA1; }
p { color: rgb(6,171,161); }
H1.HeaderClassName
{
color: #06ABA1;
}
.AnyTagClassName
{
color: #06ABA1;
}
</style>
background-color css
<style>
a { background-color: #06ABA1; }
a { background-color: rgb(6,171,161); }
div.DivClassName
{
background-color: #06ABA1;
}
.BgClassName
{
background-color: #06ABA1;
}
</style>
border-color css
<style>
span { border-color: #06ABA1; }
span { border-color: rgb(6,171,161); }
td.TdClassName
{
border-color: #06ABA1;
}
.TagClassName
{
border-color: #06ABA1;
}
</style>