Shades of Persian Green #109A8C
Tints of Persian Green #109A8C
RGB
CMYK
RGB Variations
Color information
#109A8C (or 0x109A8C) is known color: Persian Green. HEX triplet: 10, 9A and 8C. RGB value is (16,154,140). Sum of RGB (Red+Green+Blue) = 16+154+140=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 154 (60.55% from 255 or 49.68% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 154 - color contains mainly: green. Hex color #109A8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109A8C is #EF6573. Grayscale: #6F6F6F. Windows color (decimal): -15689076 or 9214480. OLE color: 9214480.
HSL color Cylindrical-coordinate representation of color #109A8C: hue angle of 173.91º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109A8C is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 154 | 140 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.40 |
| HSL | 173.91º | 0.81% | 0.33% | - |
| HSV(B) | 173.91º | 0.9% | 0.6% | - |
| XYZ | 16.5 | 25.11 | 28.79 | - |
| YUV | 111.14 | 144.28 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 154 | 140 | 0.90 | 0 | 0.09 | 0.40 | 173.91 | 0.81 | 0.33 |
| Hex | 10 | 9A | 8C | 5A | 0 | 9 | 28 | AE | 51 | 21 |
| Octal | 20 | 232 | 214 | 132 | 0 | 11 | 50 | 256 | 121 | 41 |
| Binary | 10000 | 10011010 | 10001100 | 1011010 | 0 | 1001 | 101000 | 10101110 | 1010001 | 100001 |
Color Harmonies of #109A8C
Complementary color
Monochromatic Colors of #109A8C
Black with #109A8C
Text Example
Text Example
White with #109A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109A8C; }
p { color: rgb(16,154,140); }
H1.HeaderClassName
{
color: #109A8C;
}
.AnyTagClassName
{
color: #109A8C;
}
</style>
background-color css
<style>
a { background-color: #109A8C; }
a { background-color: rgb(16,154,140); }
div.DivClassName
{
background-color: #109A8C;
}
.BgClassName
{
background-color: #109A8C;
}
</style>
border-color css
<style>
span { border-color: #109A8C; }
span { border-color: rgb(16,154,140); }
td.TdClassName
{
border-color: #109A8C;
}
.TagClassName
{
border-color: #109A8C;
}
</style>