Shades of Persian Green #0AAF8B
Tints of Persian Green #0AAF8B
RGB
CMYK
RGB Variations
Color information
#0AAF8B (or 0x0AAF8B) is known color: Persian Green. HEX triplet: 0A, AF and 8B. RGB value is (10,175,139). Sum of RGB (Red+Green+Blue) = 10+175+139=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #0AAF8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAF8B is #F55074. Grayscale: #797979. Windows color (decimal): -16076917 or 9154314. OLE color: 9154314.
HSL color Cylindrical-coordinate representation of color #0AAF8B: hue angle of 166.91º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAF8B is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 10 | 175 | 139 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.31 |
| HSL | 166.91º | 0.89% | 0.36% | - |
| HSV(B) | 166.91º | 0.94% | 0.69% | - |
| XYZ | 20.12 | 32.59 | 29.66 | - |
| YUV | 121.56 | 137.84 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 175 | 139 | 0.94 | 0 | 0.21 | 0.31 | 166.91 | 0.89 | 0.36 |
| Hex | A | AF | 8B | 5E | 0 | 15 | 1F | A7 | 59 | 24 |
| Octal | 12 | 257 | 213 | 136 | 0 | 25 | 37 | 247 | 131 | 44 |
| Binary | 1010 | 10101111 | 10001011 | 1011110 | 0 | 10101 | 11111 | 10100111 | 1011001 | 100100 |
Color Harmonies of #0AAF8B
Complementary color
Monochromatic Colors of #0AAF8B
Black with #0AAF8B
Text Example
Text Example
White with #0AAF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAF8B; }
p { color: rgb(10,175,139); }
H1.HeaderClassName
{
color: #0AAF8B;
}
.AnyTagClassName
{
color: #0AAF8B;
}
</style>
background-color css
<style>
a { background-color: #0AAF8B; }
a { background-color: rgb(10,175,139); }
div.DivClassName
{
background-color: #0AAF8B;
}
.BgClassName
{
background-color: #0AAF8B;
}
</style>
border-color css
<style>
span { border-color: #0AAF8B; }
span { border-color: rgb(10,175,139); }
td.TdClassName
{
border-color: #0AAF8B;
}
.TagClassName
{
border-color: #0AAF8B;
}
</style>