Shades of Persian Green #10AD9C
Tints of Persian Green #10AD9C
RGB
CMYK
RGB Variations
Color information
#10AD9C (or 0x10AD9C) is known color: Persian Green. HEX triplet: 10, AD and 9C. RGB value is (16,173,156). Sum of RGB (Red+Green+Blue) = 16+173+156=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AD9C is #EF5263. Grayscale: #7C7C7C. Windows color (decimal): -15684196 or 10267920. OLE color: 10267920.
HSL color Cylindrical-coordinate representation of color #10AD9C: hue angle of 173.5º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AD9C is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 173 | 156 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.32 |
| HSL | 173.5º | 0.83% | 0.37% | - |
| HSV(B) | 173.5º | 0.91% | 0.68% | - |
| XYZ | 21.16 | 32.4 | 36.59 | - |
| YUV | 124.12 | 145.99 | 50.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 156 | 0.91 | 0 | 0.10 | 0.32 | 173.5 | 0.83 | 0.37 |
| Hex | 10 | AD | 9C | 5B | 0 | A | 20 | AE | 53 | 25 |
| Octal | 20 | 255 | 234 | 133 | 0 | 12 | 40 | 256 | 123 | 45 |
| Binary | 10000 | 10101101 | 10011100 | 1011011 | 0 | 1010 | 100000 | 10101110 | 1010011 | 100101 |
Color Harmonies of #10AD9C
Complementary color
Monochromatic Colors of #10AD9C
Black with #10AD9C
Text Example
Text Example
White with #10AD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AD9C; }
p { color: rgb(16,173,156); }
H1.HeaderClassName
{
color: #10AD9C;
}
.AnyTagClassName
{
color: #10AD9C;
}
</style>
background-color css
<style>
a { background-color: #10AD9C; }
a { background-color: rgb(16,173,156); }
div.DivClassName
{
background-color: #10AD9C;
}
.BgClassName
{
background-color: #10AD9C;
}
</style>
border-color css
<style>
span { border-color: #10AD9C; }
span { border-color: rgb(16,173,156); }
td.TdClassName
{
border-color: #10AD9C;
}
.TagClassName
{
border-color: #10AD9C;
}
</style>