Shades of Blue Lagoon #115E70
Tints of Blue Lagoon #115E70
RGB
CMYK
RGB Variations
Color information
#115E70 (or 0x115E70) is known color: Blue Lagoon. HEX triplet: 11, 5E and 70. RGB value is (17,94,112). Sum of RGB (Red+Green+Blue) = 17+94+112=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #115E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115E70 is #EEA18F. Grayscale: #484848. Windows color (decimal): -15638928 or 7364113. OLE color: 7364113.
HSL color Cylindrical-coordinate representation of color #115E70: hue angle of 191.37º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #115E70 is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 94 | 112 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.56 |
| HSL | 191.37º | 0.74% | 0.25% | - |
| HSV(B) | 191.37º | 0.85% | 0.44% | - |
| XYZ | 7.16 | 9.29 | 16.75 | - |
| YUV | 73.03 | 149.99 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 112 | 0.85 | 0.16 | 0 | 0.56 | 191.37 | 0.74 | 0.25 |
| Hex | 11 | 5E | 70 | 55 | 10 | 0 | 38 | BF | 4A | 19 |
| Octal | 21 | 136 | 160 | 125 | 20 | 0 | 70 | 277 | 112 | 31 |
| Binary | 10001 | 1011110 | 1110000 | 1010101 | 10000 | 0 | 111000 | 10111111 | 1001010 | 11001 |
Color Harmonies of #115E70
Complementary color
Monochromatic Colors of #115E70
Black with #115E70
Text Example
Text Example
White with #115E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115E70; }
p { color: rgb(17,94,112); }
H1.HeaderClassName
{
color: #115E70;
}
.AnyTagClassName
{
color: #115E70;
}
</style>
background-color css
<style>
a { background-color: #115E70; }
a { background-color: rgb(17,94,112); }
div.DivClassName
{
background-color: #115E70;
}
.BgClassName
{
background-color: #115E70;
}
</style>
border-color css
<style>
span { border-color: #115E70; }
span { border-color: rgb(17,94,112); }
td.TdClassName
{
border-color: #115E70;
}
.TagClassName
{
border-color: #115E70;
}
</style>