Shades of Persian Green #109D99
Tints of Persian Green #109D99
RGB
CMYK
RGB Variations
Color information
#109D99 (or 0x109D99) is known color: Persian Green. HEX triplet: 10, 9D and 99. RGB value is (16,157,153). Sum of RGB (Red+Green+Blue) = 16+157+153=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 157 - color contains mainly: green. Hex color #109D99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109D99 is #EF6266. Grayscale: #727272. Windows color (decimal): -15688295 or 10067216. OLE color: 10067216.
HSL color Cylindrical-coordinate representation of color #109D99: hue angle of 178.3º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109D99 is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 157 | 153 | - |
| CMYK | 0.90 | 0 | 0.03 | 0.38 |
| HSL | 178.3º | 0.82% | 0.34% | - |
| HSV(B) | 178.3º | 0.9% | 0.62% | - |
| XYZ | 18.02 | 26.52 | 34.31 | - |
| YUV | 114.39 | 149.79 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 157 | 153 | 0.90 | 0 | 0.03 | 0.38 | 178.3 | 0.82 | 0.34 |
| Hex | 10 | 9D | 99 | 5A | 0 | 3 | 26 | B2 | 52 | 22 |
| Octal | 20 | 235 | 231 | 132 | 0 | 3 | 46 | 262 | 122 | 42 |
| Binary | 10000 | 10011101 | 10011001 | 1011010 | 0 | 11 | 100110 | 10110010 | 1010010 | 100010 |
Color Harmonies of #109D99
Complementary color
Monochromatic Colors of #109D99
Black with #109D99
Text Example
Text Example
White with #109D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109D99; }
p { color: rgb(16,157,153); }
H1.HeaderClassName
{
color: #109D99;
}
.AnyTagClassName
{
color: #109D99;
}
</style>
background-color css
<style>
a { background-color: #109D99; }
a { background-color: rgb(16,157,153); }
div.DivClassName
{
background-color: #109D99;
}
.BgClassName
{
background-color: #109D99;
}
</style>
border-color css
<style>
span { border-color: #109D99; }
span { border-color: rgb(16,157,153); }
td.TdClassName
{
border-color: #109D99;
}
.TagClassName
{
border-color: #109D99;
}
</style>