Shades of Evening Sea #115C4D
Tints of Evening Sea #115C4D
RGB
CMYK
RGB Variations
Color information
#115C4D (or 0x115C4D) is known color: Evening Sea. HEX triplet: 11, 5C and 4D. RGB value is (17,92,77). Sum of RGB (Red+Green+Blue) = 17+92+77=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 92 (36.33% from 255 or 49.46% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 92 - color contains mainly: green. Hex color #115C4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115C4D is #EEA3B2. Grayscale: #434343. Windows color (decimal): -15639475 or 5069841. OLE color: 5069841.
HSL color Cylindrical-coordinate representation of color #115C4D: hue angle of 168º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115C4D is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 92 | 77 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.64 |
| HSL | 168º | 0.69% | 0.21% | - |
| HSV(B) | 168º | 0.82% | 0.36% | - |
| XYZ | 5.4 | 8.31 | 8.34 | - |
| YUV | 67.87 | 133.15 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 77 | 0.82 | 0 | 0.16 | 0.64 | 168 | 0.69 | 0.21 |
| Hex | 11 | 5C | 4D | 52 | 0 | 10 | 40 | A8 | 45 | 15 |
| Octal | 21 | 134 | 115 | 122 | 0 | 20 | 100 | 250 | 105 | 25 |
| Binary | 10001 | 1011100 | 1001101 | 1010010 | 0 | 10000 | 1000000 | 10101000 | 1000101 | 10101 |
Color Harmonies of #115C4D
Complementary color
Monochromatic Colors of #115C4D
Black with #115C4D
Text Example
Text Example
White with #115C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115C4D; }
p { color: rgb(17,92,77); }
H1.HeaderClassName
{
color: #115C4D;
}
.AnyTagClassName
{
color: #115C4D;
}
</style>
background-color css
<style>
a { background-color: #115C4D; }
a { background-color: rgb(17,92,77); }
div.DivClassName
{
background-color: #115C4D;
}
.BgClassName
{
background-color: #115C4D;
}
</style>
border-color css
<style>
span { border-color: #115C4D; }
span { border-color: rgb(17,92,77); }
td.TdClassName
{
border-color: #115C4D;
}
.TagClassName
{
border-color: #115C4D;
}
</style>