Shades of Persian Green #10AB9D
Tints of Persian Green #10AB9D
RGB
CMYK
RGB Variations
Color information
#10AB9D (or 0x10AB9D) is known color: Persian Green. HEX triplet: 10, AB and 9D. RGB value is (16,171,157). Sum of RGB (Red+Green+Blue) = 16+171+157=344 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.65% from 344); Green value is 171 (67.19% from 255 or 49.71% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AB9D is #EF5462. Grayscale: #7A7A7A. Windows color (decimal): -15684707 or 10332944. OLE color: 10332944.
HSL color Cylindrical-coordinate representation of color #10AB9D: hue angle of 174.58º 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 #10AB9D is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 157 | - |
| CMYK | 0.91 | 0 | 0.08 | 0.33 |
| HSL | 174.58º | 0.83% | 0.37% | - |
| HSV(B) | 174.58º | 0.91% | 0.67% | - |
| XYZ | 20.86 | 31.67 | 36.91 | - |
| YUV | 123.06 | 147.15 | 51.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 157 | 0.91 | 0 | 0.08 | 0.33 | 174.58 | 0.83 | 0.37 |
| Hex | 10 | AB | 9D | 5B | 0 | 8 | 21 | AF | 53 | 25 |
| Octal | 20 | 253 | 235 | 133 | 0 | 10 | 41 | 257 | 123 | 45 |
| Binary | 10000 | 10101011 | 10011101 | 1011011 | 0 | 1000 | 100001 | 10101111 | 1010011 | 100101 |
Color Harmonies of #10AB9D
Complementary color
Monochromatic Colors of #10AB9D
Black with #10AB9D
Text Example
Text Example
White with #10AB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB9D; }
p { color: rgb(16,171,157); }
H1.HeaderClassName
{
color: #10AB9D;
}
.AnyTagClassName
{
color: #10AB9D;
}
</style>
background-color css
<style>
a { background-color: #10AB9D; }
a { background-color: rgb(16,171,157); }
div.DivClassName
{
background-color: #10AB9D;
}
.BgClassName
{
background-color: #10AB9D;
}
</style>
border-color css
<style>
span { border-color: #10AB9D; }
span { border-color: rgb(16,171,157); }
td.TdClassName
{
border-color: #10AB9D;
}
.TagClassName
{
border-color: #10AB9D;
}
</style>