Shades of Persian Green #0AABA1
Tints of Persian Green #0AABA1
RGB
CMYK
RGB Variations
Color information
#0AABA1 (or 0x0AABA1) is known color: Persian Green. HEX triplet: 0A, AB and A1. RGB value is (10,171,161). Sum of RGB (Red+Green+Blue) = 10+171+161=342 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 342); Green value is 171 (67.19% from 255 or 50% from 342); Blue value is 161 (63.28% from 255 or 47.08% from 342); Max value from RGB is 171 - color contains mainly: green. Hex color #0AABA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AABA1 is #F5545E. Grayscale: #797979. Windows color (decimal): -16077919 or 10595082. OLE color: 10595082.
HSL color Cylindrical-coordinate representation of color #0AABA1: hue angle of 176.27º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AABA1 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 171 | 161 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.33 |
| HSL | 176.27º | 0.89% | 0.35% | - |
| HSV(B) | 176.27º | 0.94% | 0.67% | - |
| XYZ | 21.12 | 31.76 | 38.74 | - |
| YUV | 121.72 | 150.16 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 161 | 0.94 | 0 | 0.06 | 0.33 | 176.27 | 0.89 | 0.35 |
| Hex | A | AB | A1 | 5E | 0 | 6 | 21 | B0 | 59 | 23 |
| Octal | 12 | 253 | 241 | 136 | 0 | 6 | 41 | 260 | 131 | 43 |
| Binary | 1010 | 10101011 | 10100001 | 1011110 | 0 | 110 | 100001 | 10110000 | 1011001 | 100011 |
Color Harmonies of #0AABA1
Complementary color
Monochromatic Colors of #0AABA1
Black with #0AABA1
Text Example
Text Example
White with #0AABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AABA1; }
p { color: rgb(10,171,161); }
H1.HeaderClassName
{
color: #0AABA1;
}
.AnyTagClassName
{
color: #0AABA1;
}
</style>
background-color css
<style>
a { background-color: #0AABA1; }
a { background-color: rgb(10,171,161); }
div.DivClassName
{
background-color: #0AABA1;
}
.BgClassName
{
background-color: #0AABA1;
}
</style>
border-color css
<style>
span { border-color: #0AABA1; }
span { border-color: rgb(10,171,161); }
td.TdClassName
{
border-color: #0AABA1;
}
.TagClassName
{
border-color: #0AABA1;
}
</style>