Shades of Persian Green #10AB96
Tints of Persian Green #10AB96
RGB
CMYK
RGB Variations
Color information
#10AB96 (or 0x10AB96) is known color: Persian Green. HEX triplet: 10, AB and 96. RGB value is (16,171,150). Sum of RGB (Red+Green+Blue) = 16+171+150=337 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.75% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AB96 is #EF5469. Grayscale: #7A7A7A. Windows color (decimal): -15684714 or 9874192. OLE color: 9874192.
HSL color Cylindrical-coordinate representation of color #10AB96: hue angle of 171.87º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AB96 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 150 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.33 |
| HSL | 171.87º | 0.83% | 0.37% | - |
| HSV(B) | 171.87º | 0.91% | 0.67% | - |
| XYZ | 20.28 | 31.44 | 33.85 | - |
| YUV | 122.26 | 143.65 | 52.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 150 | 0.91 | 0 | 0.12 | 0.33 | 171.87 | 0.83 | 0.37 |
| Hex | 10 | AB | 96 | 5B | 0 | C | 21 | AC | 53 | 25 |
| Octal | 20 | 253 | 226 | 133 | 0 | 14 | 41 | 254 | 123 | 45 |
| Binary | 10000 | 10101011 | 10010110 | 1011011 | 0 | 1100 | 100001 | 10101100 | 1010011 | 100101 |
Color Harmonies of #10AB96
Complementary color
Monochromatic Colors of #10AB96
Black with #10AB96
Text Example
Text Example
White with #10AB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB96; }
p { color: rgb(16,171,150); }
H1.HeaderClassName
{
color: #10AB96;
}
.AnyTagClassName
{
color: #10AB96;
}
</style>
background-color css
<style>
a { background-color: #10AB96; }
a { background-color: rgb(16,171,150); }
div.DivClassName
{
background-color: #10AB96;
}
.BgClassName
{
background-color: #10AB96;
}
</style>
border-color css
<style>
span { border-color: #10AB96; }
span { border-color: rgb(16,171,150); }
td.TdClassName
{
border-color: #10AB96;
}
.TagClassName
{
border-color: #10AB96;
}
</style>