Shades of Jewel #115E4B
Tints of Jewel #115E4B
RGB
CMYK
RGB Variations
Color information
#115E4B (or 0x115E4B) is known color: Jewel. HEX triplet: 11, 5E and 4B. RGB value is (17,94,75). Sum of RGB (Red+Green+Blue) = 17+94+75=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 94 (37.11% from 255 or 50.54% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 94 - color contains mainly: green. Hex color #115E4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115E4B is #EEA1B4. Grayscale: #444444. Windows color (decimal): -15638965 or 4939281. OLE color: 4939281.
HSL color Cylindrical-coordinate representation of color #115E4B: hue angle of 165.19º 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 #115E4B is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 94 | 75 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.63 |
| HSL | 165.19º | 0.69% | 0.22% | - |
| HSV(B) | 165.19º | 0.82% | 0.37% | - |
| XYZ | 5.5 | 8.63 | 8.03 | - |
| YUV | 68.81 | 131.49 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 75 | 0.82 | 0 | 0.20 | 0.63 | 165.19 | 0.69 | 0.22 |
| Hex | 11 | 5E | 4B | 52 | 0 | 14 | 3F | A5 | 45 | 16 |
| Octal | 21 | 136 | 113 | 122 | 0 | 24 | 77 | 245 | 105 | 26 |
| Binary | 10001 | 1011110 | 1001011 | 1010010 | 0 | 10100 | 111111 | 10100101 | 1000101 | 10110 |
Color Harmonies of #115E4B
Complementary color
Monochromatic Colors of #115E4B
Black with #115E4B
Text Example
Text Example
White with #115E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115E4B; }
p { color: rgb(17,94,75); }
H1.HeaderClassName
{
color: #115E4B;
}
.AnyTagClassName
{
color: #115E4B;
}
</style>
background-color css
<style>
a { background-color: #115E4B; }
a { background-color: rgb(17,94,75); }
div.DivClassName
{
background-color: #115E4B;
}
.BgClassName
{
background-color: #115E4B;
}
</style>
border-color css
<style>
span { border-color: #115E4B; }
span { border-color: rgb(17,94,75); }
td.TdClassName
{
border-color: #115E4B;
}
.TagClassName
{
border-color: #115E4B;
}
</style>