Shades of Evening Sea #115D4E
Tints of Evening Sea #115D4E
RGB
CMYK
RGB Variations
Color information
#115D4E (or 0x115D4E) is known color: Evening Sea. HEX triplet: 11, 5D and 4E. RGB value is (17,93,78). Sum of RGB (Red+Green+Blue) = 17+93+78=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 93 (36.72% from 255 or 49.47% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 93 - color contains mainly: green. Hex color #115D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D4E is #EEA2B1. Grayscale: #444444. Windows color (decimal): -15639218 or 5135633. OLE color: 5135633.
HSL color Cylindrical-coordinate representation of color #115D4E: hue angle of 168.16º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115D4E is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 93 | 78 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.64 |
| HSL | 168.16º | 0.69% | 0.22% | - |
| HSV(B) | 168.16º | 0.82% | 0.36% | - |
| XYZ | 5.52 | 8.5 | 8.56 | - |
| YUV | 68.57 | 133.32 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 78 | 0.82 | 0 | 0.16 | 0.64 | 168.16 | 0.69 | 0.22 |
| Hex | 11 | 5D | 4E | 52 | 0 | 10 | 40 | A8 | 45 | 16 |
| Octal | 21 | 135 | 116 | 122 | 0 | 20 | 100 | 250 | 105 | 26 |
| Binary | 10001 | 1011101 | 1001110 | 1010010 | 0 | 10000 | 1000000 | 10101000 | 1000101 | 10110 |
Color Harmonies of #115D4E
Complementary color
Monochromatic Colors of #115D4E
Black with #115D4E
Text Example
Text Example
White with #115D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115D4E; }
p { color: rgb(17,93,78); }
H1.HeaderClassName
{
color: #115D4E;
}
.AnyTagClassName
{
color: #115D4E;
}
</style>
background-color css
<style>
a { background-color: #115D4E; }
a { background-color: rgb(17,93,78); }
div.DivClassName
{
background-color: #115D4E;
}
.BgClassName
{
background-color: #115D4E;
}
</style>
border-color css
<style>
span { border-color: #115D4E; }
span { border-color: rgb(17,93,78); }
td.TdClassName
{
border-color: #115D4E;
}
.TagClassName
{
border-color: #115D4E;
}
</style>