Shades of Persian Green #10A08F
Tints of Persian Green #10A08F
RGB
CMYK
RGB Variations
Color information
#10A08F (or 0x10A08F) is known color: Persian Green. HEX triplet: 10, A0 and 8F. RGB value is (16,160,143). Sum of RGB (Red+Green+Blue) = 16+160+143=319 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.02% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #10A08F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A08F is #EF5F70. Grayscale: #727272. Windows color (decimal): -15687537 or 9412624. OLE color: 9412624.
HSL color Cylindrical-coordinate representation of color #10A08F: hue angle of 172.92º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A08F is Cyan = 0.9, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 160 | 143 | - |
| CMYK | 0.9 | 0 | 0.11 | 0.37 |
| HSL | 172.92º | 0.82% | 0.35% | - |
| HSV(B) | 172.92º | 0.9% | 0.63% | - |
| XYZ | 17.74 | 27.23 | 30.31 | - |
| YUV | 115.01 | 143.79 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 160 | 143 | 0.9 | 0 | 0.11 | 0.37 | 172.92 | 0.82 | 0.35 |
| Hex | 10 | A0 | 8F | 5A | 0 | B | 25 | AD | 52 | 23 |
| Octal | 20 | 240 | 217 | 132 | 0 | 13 | 45 | 255 | 122 | 43 |
| Binary | 10000 | 10100000 | 10001111 | 1011010 | 0 | 1011 | 100101 | 10101101 | 1010010 | 100011 |
Color Harmonies of #10A08F
Complementary color
Monochromatic Colors of #10A08F
Black with #10A08F
Text Example
Text Example
White with #10A08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A08F; }
p { color: rgb(16,160,143); }
H1.HeaderClassName
{
color: #10A08F;
}
.AnyTagClassName
{
color: #10A08F;
}
</style>
background-color css
<style>
a { background-color: #10A08F; }
a { background-color: rgb(16,160,143); }
div.DivClassName
{
background-color: #10A08F;
}
.BgClassName
{
background-color: #10A08F;
}
</style>
border-color css
<style>
span { border-color: #10A08F; }
span { border-color: rgb(16,160,143); }
td.TdClassName
{
border-color: #10A08F;
}
.TagClassName
{
border-color: #10A08F;
}
</style>