Shades of Jewel #115E4C
Tints of Jewel #115E4C
RGB
CMYK
RGB Variations
Color information
#115E4C (or 0x115E4C) is known color: Jewel. HEX triplet: 11, 5E and 4C. RGB value is (17,94,76). Sum of RGB (Red+Green+Blue) = 17+94+76=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 94 (37.11% from 255 or 50.27% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 94 - color contains mainly: green. Hex color #115E4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115E4C is #EEA1B3. Grayscale: #444444. Windows color (decimal): -15638964 or 5004817. OLE color: 5004817.
HSL color Cylindrical-coordinate representation of color #115E4C: hue angle of 165.97º degrees, saturation: 0.69, 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 #115E4C is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 94 | 76 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.63 |
| HSL | 165.97º | 0.69% | 0.22% | - |
| HSV(B) | 165.97º | 0.82% | 0.37% | - |
| XYZ | 5.54 | 8.65 | 8.21 | - |
| YUV | 68.93 | 131.99 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 76 | 0.82 | 0 | 0.19 | 0.63 | 165.97 | 0.69 | 0.22 |
| Hex | 11 | 5E | 4C | 52 | 0 | 13 | 3F | A6 | 45 | 16 |
| Octal | 21 | 136 | 114 | 122 | 0 | 23 | 77 | 246 | 105 | 26 |
| Binary | 10001 | 1011110 | 1001100 | 1010010 | 0 | 10011 | 111111 | 10100110 | 1000101 | 10110 |
Color Harmonies of #115E4C
Complementary color
Monochromatic Colors of #115E4C
Black with #115E4C
Text Example
Text Example
White with #115E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115E4C; }
p { color: rgb(17,94,76); }
H1.HeaderClassName
{
color: #115E4C;
}
.AnyTagClassName
{
color: #115E4C;
}
</style>
background-color css
<style>
a { background-color: #115E4C; }
a { background-color: rgb(17,94,76); }
div.DivClassName
{
background-color: #115E4C;
}
.BgClassName
{
background-color: #115E4C;
}
</style>
border-color css
<style>
span { border-color: #115E4C; }
span { border-color: rgb(17,94,76); }
td.TdClassName
{
border-color: #115E4C;
}
.TagClassName
{
border-color: #115E4C;
}
</style>