Shades of Evening Sea #115C4B
Tints of Evening Sea #115C4B
RGB
CMYK
RGB Variations
Color information
#115C4B (or 0x115C4B) is known color: Evening Sea. HEX triplet: 11, 5C and 4B. RGB value is (17,92,75). Sum of RGB (Red+Green+Blue) = 17+92+75=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 92 (36.33% from 255 or 50% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 92 - color contains mainly: green. Hex color #115C4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115C4B is #EEA3B4. Grayscale: #434343. Windows color (decimal): -15639477 or 4938769. OLE color: 4938769.
HSL color Cylindrical-coordinate representation of color #115C4B: hue angle of 166.4º 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 #115C4B is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 92 | 75 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.64 |
| HSL | 166.4º | 0.69% | 0.21% | - |
| HSV(B) | 166.4º | 0.82% | 0.36% | - |
| XYZ | 5.33 | 8.28 | 7.97 | - |
| YUV | 67.64 | 132.15 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 75 | 0.82 | 0 | 0.18 | 0.64 | 166.4 | 0.69 | 0.21 |
| Hex | 11 | 5C | 4B | 52 | 0 | 12 | 40 | A6 | 45 | 15 |
| Octal | 21 | 134 | 113 | 122 | 0 | 22 | 100 | 246 | 105 | 25 |
| Binary | 10001 | 1011100 | 1001011 | 1010010 | 0 | 10010 | 1000000 | 10100110 | 1000101 | 10101 |
Color Harmonies of #115C4B
Complementary color
Monochromatic Colors of #115C4B
Black with #115C4B
Text Example
Text Example
White with #115C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115C4B; }
p { color: rgb(17,92,75); }
H1.HeaderClassName
{
color: #115C4B;
}
.AnyTagClassName
{
color: #115C4B;
}
</style>
background-color css
<style>
a { background-color: #115C4B; }
a { background-color: rgb(17,92,75); }
div.DivClassName
{
background-color: #115C4B;
}
.BgClassName
{
background-color: #115C4B;
}
</style>
border-color css
<style>
span { border-color: #115C4B; }
span { border-color: rgb(17,92,75); }
td.TdClassName
{
border-color: #115C4B;
}
.TagClassName
{
border-color: #115C4B;
}
</style>