Shades of Persian Green #109C87
Tints of Persian Green #109C87
RGB
CMYK
RGB Variations
Color information
#109C87 (or 0x109C87) is known color: Persian Green. HEX triplet: 10, 9C and 87. RGB value is (16,156,135). Sum of RGB (Red+Green+Blue) = 16+156+135=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 156 (61.33% from 255 or 50.81% from 307); Blue value is 135 (53.12% from 255 or 43.97% from 307); Max value from RGB is 156 - color contains mainly: green. Hex color #109C87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109C87 is #EF6378. Grayscale: #6F6F6F. Windows color (decimal): -15688569 or 8887312. OLE color: 8887312.
HSL color Cylindrical-coordinate representation of color #109C87: hue angle of 171º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109C87 is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 156 | 135 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.39 |
| HSL | 171º | 0.81% | 0.34% | - |
| HSV(B) | 171º | 0.9% | 0.61% | - |
| XYZ | 16.48 | 25.64 | 27 | - |
| YUV | 111.75 | 141.12 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 156 | 135 | 0.90 | 0 | 0.13 | 0.39 | 171 | 0.81 | 0.34 |
| Hex | 10 | 9C | 87 | 5A | 0 | D | 27 | AB | 51 | 22 |
| Octal | 20 | 234 | 207 | 132 | 0 | 15 | 47 | 253 | 121 | 42 |
| Binary | 10000 | 10011100 | 10000111 | 1011010 | 0 | 1101 | 100111 | 10101011 | 1010001 | 100010 |
Color Harmonies of #109C87
Complementary color
Monochromatic Colors of #109C87
Black with #109C87
Text Example
Text Example
White with #109C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109C87; }
p { color: rgb(16,156,135); }
H1.HeaderClassName
{
color: #109C87;
}
.AnyTagClassName
{
color: #109C87;
}
</style>
background-color css
<style>
a { background-color: #109C87; }
a { background-color: rgb(16,156,135); }
div.DivClassName
{
background-color: #109C87;
}
.BgClassName
{
background-color: #109C87;
}
</style>
border-color css
<style>
span { border-color: #109C87; }
span { border-color: rgb(16,156,135); }
td.TdClassName
{
border-color: #109C87;
}
.TagClassName
{
border-color: #109C87;
}
</style>