Shades of Blue Lagoon #115E6C
Tints of Blue Lagoon #115E6C
RGB
CMYK
RGB Variations
Color information
#115E6C (or 0x115E6C) is known color: Blue Lagoon. HEX triplet: 11, 5E and 6C. RGB value is (17,94,108). Sum of RGB (Red+Green+Blue) = 17+94+108=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 94 (37.11% from 255 or 42.92% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #115E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115E6C is #EEA193. Grayscale: #484848. Windows color (decimal): -15638932 or 7101969. OLE color: 7101969.
HSL color Cylindrical-coordinate representation of color #115E6C: hue angle of 189.23º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #115E6C is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 94 | 108 | - |
| CMYK | 0.84 | 0.13 | 0 | 0.58 |
| HSL | 189.23º | 0.73% | 0.25% | - |
| HSV(B) | 189.23º | 0.84% | 0.42% | - |
| XYZ | 6.94 | 9.21 | 15.6 | - |
| YUV | 72.57 | 147.99 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 108 | 0.84 | 0.13 | 0 | 0.58 | 189.23 | 0.73 | 0.25 |
| Hex | 11 | 5E | 6C | 54 | D | 0 | 3A | BD | 49 | 19 |
| Octal | 21 | 136 | 154 | 124 | 15 | 0 | 72 | 275 | 111 | 31 |
| Binary | 10001 | 1011110 | 1101100 | 1010100 | 1101 | 0 | 111010 | 10111101 | 1001001 | 11001 |
Color Harmonies of #115E6C
Complementary color
Monochromatic Colors of #115E6C
Black with #115E6C
Text Example
Text Example
White with #115E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115E6C; }
p { color: rgb(17,94,108); }
H1.HeaderClassName
{
color: #115E6C;
}
.AnyTagClassName
{
color: #115E6C;
}
</style>
background-color css
<style>
a { background-color: #115E6C; }
a { background-color: rgb(17,94,108); }
div.DivClassName
{
background-color: #115E6C;
}
.BgClassName
{
background-color: #115E6C;
}
</style>
border-color css
<style>
span { border-color: #115E6C; }
span { border-color: rgb(17,94,108); }
td.TdClassName
{
border-color: #115E6C;
}
.TagClassName
{
border-color: #115E6C;
}
</style>