Shades of Persian Green #109A8B
Tints of Persian Green #109A8B
RGB
CMYK
RGB Variations
Color information
#109A8B (or 0x109A8B) is known color: Persian Green. HEX triplet: 10, 9A and 8B. RGB value is (16,154,139). Sum of RGB (Red+Green+Blue) = 16+154+139=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 154 (60.55% from 255 or 49.84% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 154 - color contains mainly: green. Hex color #109A8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109A8B is #EF6574. Grayscale: #6E6E6E. Windows color (decimal): -15689077 or 9148944. OLE color: 9148944.
HSL color Cylindrical-coordinate representation of color #109A8B: hue angle of 173.48º 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 #109A8B is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 154 | 139 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.40 |
| HSL | 173.48º | 0.81% | 0.33% | - |
| HSV(B) | 173.48º | 0.9% | 0.6% | - |
| XYZ | 16.43 | 25.09 | 28.4 | - |
| YUV | 111.03 | 143.78 | 60.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 154 | 139 | 0.90 | 0 | 0.10 | 0.40 | 173.48 | 0.81 | 0.33 |
| Hex | 10 | 9A | 8B | 5A | 0 | A | 28 | AD | 51 | 21 |
| Octal | 20 | 232 | 213 | 132 | 0 | 12 | 50 | 255 | 121 | 41 |
| Binary | 10000 | 10011010 | 10001011 | 1011010 | 0 | 1010 | 101000 | 10101101 | 1010001 | 100001 |
Color Harmonies of #109A8B
Complementary color
Monochromatic Colors of #109A8B
Black with #109A8B
Text Example
Text Example
White with #109A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109A8B; }
p { color: rgb(16,154,139); }
H1.HeaderClassName
{
color: #109A8B;
}
.AnyTagClassName
{
color: #109A8B;
}
</style>
background-color css
<style>
a { background-color: #109A8B; }
a { background-color: rgb(16,154,139); }
div.DivClassName
{
background-color: #109A8B;
}
.BgClassName
{
background-color: #109A8B;
}
</style>
border-color css
<style>
span { border-color: #109A8B; }
span { border-color: rgb(16,154,139); }
td.TdClassName
{
border-color: #109A8B;
}
.TagClassName
{
border-color: #109A8B;
}
</style>