Shades of Persian Green #11A19D
Tints of Persian Green #11A19D
RGB
CMYK
RGB Variations
Color information
#11A19D (or 0x11A19D) is known color: Persian Green. HEX triplet: 11, A1 and 9D. RGB value is (17,161,157). Sum of RGB (Red+Green+Blue) = 17+161+157=335 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.07% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 161 - color contains mainly: green. Hex color #11A19D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A19D is #EE5E62. Grayscale: #757575. Windows color (decimal): -15621731 or 10330385. OLE color: 10330385.
HSL color Cylindrical-coordinate representation of color #11A19D: hue angle of 178.33º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11A19D is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 161 | 157 | - |
| CMYK | 0.89 | 0 | 0.02 | 0.37 |
| HSL | 178.33º | 0.81% | 0.35% | - |
| HSV(B) | 178.33º | 0.89% | 0.63% | - |
| XYZ | 19.06 | 28.04 | 36.31 | - |
| YUV | 117.49 | 150.29 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 161 | 157 | 0.89 | 0 | 0.02 | 0.37 | 178.33 | 0.81 | 0.35 |
| Hex | 11 | A1 | 9D | 59 | 0 | 2 | 25 | B2 | 51 | 23 |
| Octal | 21 | 241 | 235 | 131 | 0 | 2 | 45 | 262 | 121 | 43 |
| Binary | 10001 | 10100001 | 10011101 | 1011001 | 0 | 10 | 100101 | 10110010 | 1010001 | 100011 |
Color Harmonies of #11A19D
Complementary color
Monochromatic Colors of #11A19D
Black with #11A19D
Text Example
Text Example
White with #11A19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A19D; }
p { color: rgb(17,161,157); }
H1.HeaderClassName
{
color: #11A19D;
}
.AnyTagClassName
{
color: #11A19D;
}
</style>
background-color css
<style>
a { background-color: #11A19D; }
a { background-color: rgb(17,161,157); }
div.DivClassName
{
background-color: #11A19D;
}
.BgClassName
{
background-color: #11A19D;
}
</style>
border-color css
<style>
span { border-color: #11A19D; }
span { border-color: rgb(17,161,157); }
td.TdClassName
{
border-color: #11A19D;
}
.TagClassName
{
border-color: #11A19D;
}
</style>