Shades of Persian Green #0AABA3
Tints of Persian Green #0AABA3
RGB
CMYK
RGB Variations
Color information
#0AABA3 (or 0x0AABA3) is known color: Persian Green. HEX triplet: 0A, AB and A3. RGB value is (10,171,163). Sum of RGB (Red+Green+Blue) = 10+171+163=344 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.91% from 344); Green value is 171 (67.19% from 255 or 49.71% from 344); Blue value is 163 (64.06% from 255 or 47.38% from 344); Max value from RGB is 171 - color contains mainly: green. Hex color #0AABA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AABA3 is #F5545C. Grayscale: #797979. Windows color (decimal): -16077917 or 10726154. OLE color: 10726154.
HSL color Cylindrical-coordinate representation of color #0AABA3: hue angle of 177.02º 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 #0AABA3 is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 171 | 163 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.33 |
| HSL | 177.02º | 0.89% | 0.35% | - |
| HSV(B) | 177.02º | 0.94% | 0.67% | - |
| XYZ | 21.3 | 31.83 | 39.67 | - |
| YUV | 121.95 | 151.16 | 48.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 163 | 0.94 | 0 | 0.05 | 0.33 | 177.02 | 0.89 | 0.35 |
| Hex | A | AB | A3 | 5E | 0 | 5 | 21 | B1 | 59 | 23 |
| Octal | 12 | 253 | 243 | 136 | 0 | 5 | 41 | 261 | 131 | 43 |
| Binary | 1010 | 10101011 | 10100011 | 1011110 | 0 | 101 | 100001 | 10110001 | 1011001 | 100011 |
Color Harmonies of #0AABA3
Complementary color
Monochromatic Colors of #0AABA3
Black with #0AABA3
Text Example
Text Example
White with #0AABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AABA3; }
p { color: rgb(10,171,163); }
H1.HeaderClassName
{
color: #0AABA3;
}
.AnyTagClassName
{
color: #0AABA3;
}
</style>
background-color css
<style>
a { background-color: #0AABA3; }
a { background-color: rgb(10,171,163); }
div.DivClassName
{
background-color: #0AABA3;
}
.BgClassName
{
background-color: #0AABA3;
}
</style>
border-color css
<style>
span { border-color: #0AABA3; }
span { border-color: rgb(10,171,163); }
td.TdClassName
{
border-color: #0AABA3;
}
.TagClassName
{
border-color: #0AABA3;
}
</style>