Shades of Persian Green #109A8D
Tints of Persian Green #109A8D
RGB
CMYK
RGB Variations
Color information
#109A8D (or 0x109A8D) is known color: Persian Green. HEX triplet: 10, 9A and 8D. RGB value is (16,154,141). Sum of RGB (Red+Green+Blue) = 16+154+141=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 154 (60.55% from 255 or 49.52% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 154 - color contains mainly: green. Hex color #109A8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109A8D is #EF6572. Grayscale: #6F6F6F. Windows color (decimal): -15689075 or 9280016. OLE color: 9280016.
HSL color Cylindrical-coordinate representation of color #109A8D: hue angle of 174.35º 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 #109A8D is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 154 | 141 | - |
| CMYK | 0.90 | 0 | 0.08 | 0.40 |
| HSL | 174.35º | 0.81% | 0.33% | - |
| HSV(B) | 174.35º | 0.9% | 0.6% | - |
| XYZ | 16.58 | 25.14 | 29.18 | - |
| YUV | 111.26 | 144.78 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 154 | 141 | 0.90 | 0 | 0.08 | 0.40 | 174.35 | 0.81 | 0.33 |
| Hex | 10 | 9A | 8D | 5A | 0 | 8 | 28 | AE | 51 | 21 |
| Octal | 20 | 232 | 215 | 132 | 0 | 10 | 50 | 256 | 121 | 41 |
| Binary | 10000 | 10011010 | 10001101 | 1011010 | 0 | 1000 | 101000 | 10101110 | 1010001 | 100001 |
Color Harmonies of #109A8D
Complementary color
Monochromatic Colors of #109A8D
Black with #109A8D
Text Example
Text Example
White with #109A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109A8D; }
p { color: rgb(16,154,141); }
H1.HeaderClassName
{
color: #109A8D;
}
.AnyTagClassName
{
color: #109A8D;
}
</style>
background-color css
<style>
a { background-color: #109A8D; }
a { background-color: rgb(16,154,141); }
div.DivClassName
{
background-color: #109A8D;
}
.BgClassName
{
background-color: #109A8D;
}
</style>
border-color css
<style>
span { border-color: #109A8D; }
span { border-color: rgb(16,154,141); }
td.TdClassName
{
border-color: #109A8D;
}
.TagClassName
{
border-color: #109A8D;
}
</style>