Shades of Persian Green #109990
Tints of Persian Green #109990
RGB
CMYK
RGB Variations
Color information
#109990 (or 0x109990) is known color: Persian Green. HEX triplet: 10, 99 and 90. RGB value is (16,153,144). Sum of RGB (Red+Green+Blue) = 16+153+144=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #109990 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109990 is #EF666F. Grayscale: #6E6E6E. Windows color (decimal): -15689328 or 9476368. OLE color: 9476368.
HSL color Cylindrical-coordinate representation of color #109990: hue angle of 176.06º 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 #109990 is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 153 | 144 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.4 |
| HSL | 176.06º | 0.81% | 0.33% | - |
| HSV(B) | 176.06º | 0.9% | 0.6% | - |
| XYZ | 16.64 | 24.91 | 30.32 | - |
| YUV | 111.01 | 146.61 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 153 | 144 | 0.90 | 0 | 0.06 | 0.4 | 176.06 | 0.81 | 0.33 |
| Hex | 10 | 99 | 90 | 5A | 0 | 6 | 28 | B0 | 51 | 21 |
| Octal | 20 | 231 | 220 | 132 | 0 | 6 | 50 | 260 | 121 | 41 |
| Binary | 10000 | 10011001 | 10010000 | 1011010 | 0 | 110 | 101000 | 10110000 | 1010001 | 100001 |
Color Harmonies of #109990
Complementary color
Monochromatic Colors of #109990
Black with #109990
Text Example
Text Example
White with #109990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109990; }
p { color: rgb(16,153,144); }
H1.HeaderClassName
{
color: #109990;
}
.AnyTagClassName
{
color: #109990;
}
</style>
background-color css
<style>
a { background-color: #109990; }
a { background-color: rgb(16,153,144); }
div.DivClassName
{
background-color: #109990;
}
.BgClassName
{
background-color: #109990;
}
</style>
border-color css
<style>
span { border-color: #109990; }
span { border-color: rgb(16,153,144); }
td.TdClassName
{
border-color: #109990;
}
.TagClassName
{
border-color: #109990;
}
</style>