Shades of Persian Green #11A68F
Tints of Persian Green #11A68F
RGB
CMYK
RGB Variations
Color information
#11A68F (or 0x11A68F) is known color: Persian Green. HEX triplet: 11, A6 and 8F. RGB value is (17,166,143). Sum of RGB (Red+Green+Blue) = 17+166+143=326 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.21% from 326); Green value is 166 (65.23% from 255 or 50.92% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 166 - color contains mainly: green. Hex color #11A68F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A68F is #EE5970. Grayscale: #767676. Windows color (decimal): -15620465 or 9414161. OLE color: 9414161.
HSL color Cylindrical-coordinate representation of color #11A68F: hue angle of 170.74º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A68F is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 166 | 143 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.35 |
| HSL | 170.74º | 0.81% | 0.36% | - |
| HSV(B) | 170.74º | 0.9% | 0.65% | - |
| XYZ | 18.83 | 29.37 | 30.66 | - |
| YUV | 118.83 | 141.64 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 166 | 143 | 0.90 | 0 | 0.14 | 0.35 | 170.74 | 0.81 | 0.36 |
| Hex | 11 | A6 | 8F | 5A | 0 | E | 23 | AB | 51 | 24 |
| Octal | 21 | 246 | 217 | 132 | 0 | 16 | 43 | 253 | 121 | 44 |
| Binary | 10001 | 10100110 | 10001111 | 1011010 | 0 | 1110 | 100011 | 10101011 | 1010001 | 100100 |
Color Harmonies of #11A68F
Complementary color
Monochromatic Colors of #11A68F
Black with #11A68F
Text Example
Text Example
White with #11A68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A68F; }
p { color: rgb(17,166,143); }
H1.HeaderClassName
{
color: #11A68F;
}
.AnyTagClassName
{
color: #11A68F;
}
</style>
background-color css
<style>
a { background-color: #11A68F; }
a { background-color: rgb(17,166,143); }
div.DivClassName
{
background-color: #11A68F;
}
.BgClassName
{
background-color: #11A68F;
}
</style>
border-color css
<style>
span { border-color: #11A68F; }
span { border-color: rgb(17,166,143); }
td.TdClassName
{
border-color: #11A68F;
}
.TagClassName
{
border-color: #11A68F;
}
</style>