Shades of Persian Green #11A79D
Tints of Persian Green #11A79D
RGB
CMYK
RGB Variations
Color information
#11A79D (or 0x11A79D) is known color: Persian Green. HEX triplet: 11, A7 and 9D. RGB value is (17,167,157). Sum of RGB (Red+Green+Blue) = 17+167+157=341 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.99% from 341); Green value is 167 (65.62% from 255 or 48.97% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 167 - color contains mainly: green. Hex color #11A79D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A79D is #EE5862. Grayscale: #787878. Windows color (decimal): -15620195 or 10331921. OLE color: 10331921.
HSL color Cylindrical-coordinate representation of color #11A79D: hue angle of 176º degrees, saturation: 0.82, 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 #11A79D is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 167 | 157 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.35 |
| HSL | 176º | 0.82% | 0.36% | - |
| HSV(B) | 176º | 0.9% | 0.65% | - |
| XYZ | 20.14 | 30.19 | 36.66 | - |
| YUV | 121.01 | 148.31 | 53.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 167 | 157 | 0.90 | 0 | 0.06 | 0.35 | 176 | 0.82 | 0.36 |
| Hex | 11 | A7 | 9D | 5A | 0 | 6 | 23 | B0 | 52 | 24 |
| Octal | 21 | 247 | 235 | 132 | 0 | 6 | 43 | 260 | 122 | 44 |
| Binary | 10001 | 10100111 | 10011101 | 1011010 | 0 | 110 | 100011 | 10110000 | 1010010 | 100100 |
Color Harmonies of #11A79D
Complementary color
Monochromatic Colors of #11A79D
Black with #11A79D
Text Example
Text Example
White with #11A79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A79D; }
p { color: rgb(17,167,157); }
H1.HeaderClassName
{
color: #11A79D;
}
.AnyTagClassName
{
color: #11A79D;
}
</style>
background-color css
<style>
a { background-color: #11A79D; }
a { background-color: rgb(17,167,157); }
div.DivClassName
{
background-color: #11A79D;
}
.BgClassName
{
background-color: #11A79D;
}
</style>
border-color css
<style>
span { border-color: #11A79D; }
span { border-color: rgb(17,167,157); }
td.TdClassName
{
border-color: #11A79D;
}
.TagClassName
{
border-color: #11A79D;
}
</style>