Shades of Persian Green #10AB9C
Tints of Persian Green #10AB9C
RGB
CMYK
RGB Variations
Color information
#10AB9C (or 0x10AB9C) is known color: Persian Green. HEX triplet: 10, AB and 9C. RGB value is (16,171,156). Sum of RGB (Red+Green+Blue) = 16+171+156=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AB9C is #EF5463. Grayscale: #7A7A7A. Windows color (decimal): -15684708 or 10267408. OLE color: 10267408.
HSL color Cylindrical-coordinate representation of color #10AB9C: hue angle of 174.19º 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 #10AB9C is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 156 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.33 |
| HSL | 174.19º | 0.83% | 0.37% | - |
| HSV(B) | 174.19º | 0.91% | 0.67% | - |
| XYZ | 20.78 | 31.64 | 36.46 | - |
| YUV | 122.95 | 146.65 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 156 | 0.91 | 0 | 0.09 | 0.33 | 174.19 | 0.83 | 0.37 |
| Hex | 10 | AB | 9C | 5B | 0 | 9 | 21 | AE | 53 | 25 |
| Octal | 20 | 253 | 234 | 133 | 0 | 11 | 41 | 256 | 123 | 45 |
| Binary | 10000 | 10101011 | 10011100 | 1011011 | 0 | 1001 | 100001 | 10101110 | 1010011 | 100101 |
Color Harmonies of #10AB9C
Complementary color
Monochromatic Colors of #10AB9C
Black with #10AB9C
Text Example
Text Example
White with #10AB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB9C; }
p { color: rgb(16,171,156); }
H1.HeaderClassName
{
color: #10AB9C;
}
.AnyTagClassName
{
color: #10AB9C;
}
</style>
background-color css
<style>
a { background-color: #10AB9C; }
a { background-color: rgb(16,171,156); }
div.DivClassName
{
background-color: #10AB9C;
}
.BgClassName
{
background-color: #10AB9C;
}
</style>
border-color css
<style>
span { border-color: #10AB9C; }
span { border-color: rgb(16,171,156); }
td.TdClassName
{
border-color: #10AB9C;
}
.TagClassName
{
border-color: #10AB9C;
}
</style>