Shades of Persian Green #10A08C
Tints of Persian Green #10A08C
RGB
CMYK
RGB Variations
Color information
#10A08C (or 0x10A08C) is known color: Persian Green. HEX triplet: 10, A0 and 8C. RGB value is (16,160,140). Sum of RGB (Red+Green+Blue) = 16+160+140=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #10A08C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A08C is #EF5F73. Grayscale: #727272. Windows color (decimal): -15687540 or 9216016. OLE color: 9216016.
HSL color Cylindrical-coordinate representation of color #10A08C: hue angle of 171.67º 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 #10A08C is Cyan = 0.9, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 160 | 140 | - |
| CMYK | 0.9 | 0 | 0.12 | 0.37 |
| HSL | 171.67º | 0.82% | 0.35% | - |
| HSV(B) | 171.67º | 0.9% | 0.63% | - |
| XYZ | 17.52 | 27.15 | 29.13 | - |
| YUV | 114.66 | 142.29 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 160 | 140 | 0.9 | 0 | 0.12 | 0.37 | 171.67 | 0.82 | 0.35 |
| Hex | 10 | A0 | 8C | 5A | 0 | C | 25 | AC | 52 | 23 |
| Octal | 20 | 240 | 214 | 132 | 0 | 14 | 45 | 254 | 122 | 43 |
| Binary | 10000 | 10100000 | 10001100 | 1011010 | 0 | 1100 | 100101 | 10101100 | 1010010 | 100011 |
Color Harmonies of #10A08C
Complementary color
Monochromatic Colors of #10A08C
Black with #10A08C
Text Example
Text Example
White with #10A08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A08C; }
p { color: rgb(16,160,140); }
H1.HeaderClassName
{
color: #10A08C;
}
.AnyTagClassName
{
color: #10A08C;
}
</style>
background-color css
<style>
a { background-color: #10A08C; }
a { background-color: rgb(16,160,140); }
div.DivClassName
{
background-color: #10A08C;
}
.BgClassName
{
background-color: #10A08C;
}
</style>
border-color css
<style>
span { border-color: #10A08C; }
span { border-color: rgb(16,160,140); }
td.TdClassName
{
border-color: #10A08C;
}
.TagClassName
{
border-color: #10A08C;
}
</style>