Shades of Persian Green #10A692
Tints of Persian Green #10A692
RGB
CMYK
RGB Variations
Color information
#10A692 (or 0x10A692) is known color: Persian Green. HEX triplet: 10, A6 and 92. RGB value is (16,166,146). Sum of RGB (Red+Green+Blue) = 16+166+146=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 166 (65.23% from 255 or 50.61% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 166 - color contains mainly: green. Hex color #10A692 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A692 is #EF596D. Grayscale: #767676. Windows color (decimal): -15685998 or 9610768. OLE color: 9610768.
HSL color Cylindrical-coordinate representation of color #10A692: hue angle of 172º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A692 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 166 | 146 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.35 |
| HSL | 172º | 0.82% | 0.36% | - |
| HSV(B) | 172º | 0.9% | 0.65% | - |
| XYZ | 19.04 | 29.46 | 31.88 | - |
| YUV | 118.87 | 143.31 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 166 | 146 | 0.90 | 0 | 0.12 | 0.35 | 172 | 0.82 | 0.36 |
| Hex | 10 | A6 | 92 | 5A | 0 | C | 23 | AC | 52 | 24 |
| Octal | 20 | 246 | 222 | 132 | 0 | 14 | 43 | 254 | 122 | 44 |
| Binary | 10000 | 10100110 | 10010010 | 1011010 | 0 | 1100 | 100011 | 10101100 | 1010010 | 100100 |
Color Harmonies of #10A692
Complementary color
Monochromatic Colors of #10A692
Black with #10A692
Text Example
Text Example
White with #10A692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A692; }
p { color: rgb(16,166,146); }
H1.HeaderClassName
{
color: #10A692;
}
.AnyTagClassName
{
color: #10A692;
}
</style>
background-color css
<style>
a { background-color: #10A692; }
a { background-color: rgb(16,166,146); }
div.DivClassName
{
background-color: #10A692;
}
.BgClassName
{
background-color: #10A692;
}
</style>
border-color css
<style>
span { border-color: #10A692; }
span { border-color: rgb(16,166,146); }
td.TdClassName
{
border-color: #10A692;
}
.TagClassName
{
border-color: #10A692;
}
</style>