Shades of Evening Sea #11614F
Tints of Evening Sea #11614F
RGB
CMYK
RGB Variations
Color information
#11614F (or 0x11614F) is known color: Evening Sea. HEX triplet: 11, 61 and 4F. RGB value is (17,97,79). Sum of RGB (Red+Green+Blue) = 17+97+79=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #11614F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11614F is #EE9EB0. Grayscale: #474747. Windows color (decimal): -15638193 or 5202193. OLE color: 5202193.
HSL color Cylindrical-coordinate representation of color #11614F: hue angle of 166.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11614F is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 97 | 79 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.62 |
| HSL | 166.5º | 0.7% | 0.22% | - |
| HSV(B) | 166.5º | 0.82% | 0.38% | - |
| XYZ | 5.92 | 9.23 | 8.87 | - |
| YUV | 71.03 | 132.5 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 79 | 0.82 | 0 | 0.19 | 0.62 | 166.5 | 0.7 | 0.22 |
| Hex | 11 | 61 | 4F | 52 | 0 | 13 | 3E | A6 | 46 | 16 |
| Octal | 21 | 141 | 117 | 122 | 0 | 23 | 76 | 246 | 106 | 26 |
| Binary | 10001 | 1100001 | 1001111 | 1010010 | 0 | 10011 | 111110 | 10100110 | 1000110 | 10110 |
Color Harmonies of #11614F
Complementary color
Monochromatic Colors of #11614F
Black with #11614F
Text Example
Text Example
White with #11614F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11614F; }
p { color: rgb(17,97,79); }
H1.HeaderClassName
{
color: #11614F;
}
.AnyTagClassName
{
color: #11614F;
}
</style>
background-color css
<style>
a { background-color: #11614F; }
a { background-color: rgb(17,97,79); }
div.DivClassName
{
background-color: #11614F;
}
.BgClassName
{
background-color: #11614F;
}
</style>
border-color css
<style>
span { border-color: #11614F; }
span { border-color: rgb(17,97,79); }
td.TdClassName
{
border-color: #11614F;
}
.TagClassName
{
border-color: #11614F;
}
</style>