Shades of Evening Sea #115F4D
Tints of Evening Sea #115F4D
RGB
CMYK
RGB Variations
Color information
#115F4D (or 0x115F4D) is known color: Evening Sea. HEX triplet: 11, 5F and 4D. RGB value is (17,95,77). Sum of RGB (Red+Green+Blue) = 17+95+77=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 95 (37.5% from 255 or 50.26% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 95 - color contains mainly: green. Hex color #115F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115F4D is #EEA0B2. Grayscale: #454545. Windows color (decimal): -15638707 or 5070609. OLE color: 5070609.
HSL color Cylindrical-coordinate representation of color #115F4D: hue angle of 166.15º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115F4D is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 95 | 77 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.63 |
| HSL | 166.15º | 0.7% | 0.22% | - |
| HSV(B) | 166.15º | 0.82% | 0.37% | - |
| XYZ | 5.66 | 8.84 | 8.43 | - |
| YUV | 69.63 | 132.16 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 77 | 0.82 | 0 | 0.19 | 0.63 | 166.15 | 0.7 | 0.22 |
| Hex | 11 | 5F | 4D | 52 | 0 | 13 | 3F | A6 | 46 | 16 |
| Octal | 21 | 137 | 115 | 122 | 0 | 23 | 77 | 246 | 106 | 26 |
| Binary | 10001 | 1011111 | 1001101 | 1010010 | 0 | 10011 | 111111 | 10100110 | 1000110 | 10110 |
Color Harmonies of #115F4D
Complementary color
Monochromatic Colors of #115F4D
Black with #115F4D
Text Example
Text Example
White with #115F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115F4D; }
p { color: rgb(17,95,77); }
H1.HeaderClassName
{
color: #115F4D;
}
.AnyTagClassName
{
color: #115F4D;
}
</style>
background-color css
<style>
a { background-color: #115F4D; }
a { background-color: rgb(17,95,77); }
div.DivClassName
{
background-color: #115F4D;
}
.BgClassName
{
background-color: #115F4D;
}
</style>
border-color css
<style>
span { border-color: #115F4D; }
span { border-color: rgb(17,95,77); }
td.TdClassName
{
border-color: #115F4D;
}
.TagClassName
{
border-color: #115F4D;
}
</style>