Shades of Evening Sea #115C4C
Tints of Evening Sea #115C4C
RGB
CMYK
RGB Variations
Color information
#115C4C (or 0x115C4C) is known color: Evening Sea. HEX triplet: 11, 5C and 4C. RGB value is (17,92,76). Sum of RGB (Red+Green+Blue) = 17+92+76=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 92 (36.33% from 255 or 49.73% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 92 - color contains mainly: green. Hex color #115C4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115C4C is #EEA3B3. Grayscale: #434343. Windows color (decimal): -15639476 or 5004305. OLE color: 5004305.
HSL color Cylindrical-coordinate representation of color #115C4C: hue angle of 167.2º 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 #115C4C is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 92 | 76 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.64 |
| HSL | 167.2º | 0.69% | 0.21% | - |
| HSV(B) | 167.2º | 0.82% | 0.36% | - |
| XYZ | 5.36 | 8.3 | 8.16 | - |
| YUV | 67.75 | 132.65 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 76 | 0.82 | 0 | 0.17 | 0.64 | 167.2 | 0.69 | 0.21 |
| Hex | 11 | 5C | 4C | 52 | 0 | 11 | 40 | A7 | 45 | 15 |
| Octal | 21 | 134 | 114 | 122 | 0 | 21 | 100 | 247 | 105 | 25 |
| Binary | 10001 | 1011100 | 1001100 | 1010010 | 0 | 10001 | 1000000 | 10100111 | 1000101 | 10101 |
Color Harmonies of #115C4C
Complementary color
Monochromatic Colors of #115C4C
Black with #115C4C
Text Example
Text Example
White with #115C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115C4C; }
p { color: rgb(17,92,76); }
H1.HeaderClassName
{
color: #115C4C;
}
.AnyTagClassName
{
color: #115C4C;
}
</style>
background-color css
<style>
a { background-color: #115C4C; }
a { background-color: rgb(17,92,76); }
div.DivClassName
{
background-color: #115C4C;
}
.BgClassName
{
background-color: #115C4C;
}
</style>
border-color css
<style>
span { border-color: #115C4C; }
span { border-color: rgb(17,92,76); }
td.TdClassName
{
border-color: #115C4C;
}
.TagClassName
{
border-color: #115C4C;
}
</style>