Shades of Blue Lagoon #115D6F
Tints of Blue Lagoon #115D6F
RGB
CMYK
RGB Variations
Color information
#115D6F (or 0x115D6F) is known color: Blue Lagoon. HEX triplet: 11, 5D and 6F. RGB value is (17,93,111). Sum of RGB (Red+Green+Blue) = 17+93+111=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 93 (36.72% from 255 or 42.08% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #115D6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D6F is #EEA290. Grayscale: #484848. Windows color (decimal): -15639185 or 7298321. OLE color: 7298321.
HSL color Cylindrical-coordinate representation of color #115D6F: hue angle of 191.49º degrees, saturation: 0.73, 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 #115D6F is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 93 | 111 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.56 |
| HSL | 191.49º | 0.73% | 0.25% | - |
| HSV(B) | 191.49º | 0.85% | 0.44% | - |
| XYZ | 7.01 | 9.1 | 16.42 | - |
| YUV | 72.33 | 149.82 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 111 | 0.85 | 0.16 | 0 | 0.56 | 191.49 | 0.73 | 0.25 |
| Hex | 11 | 5D | 6F | 55 | 10 | 0 | 38 | BF | 49 | 19 |
| Octal | 21 | 135 | 157 | 125 | 20 | 0 | 70 | 277 | 111 | 31 |
| Binary | 10001 | 1011101 | 1101111 | 1010101 | 10000 | 0 | 111000 | 10111111 | 1001001 | 11001 |
Color Harmonies of #115D6F
Complementary color
Monochromatic Colors of #115D6F
Black with #115D6F
Text Example
Text Example
White with #115D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115D6F; }
p { color: rgb(17,93,111); }
H1.HeaderClassName
{
color: #115D6F;
}
.AnyTagClassName
{
color: #115D6F;
}
</style>
background-color css
<style>
a { background-color: #115D6F; }
a { background-color: rgb(17,93,111); }
div.DivClassName
{
background-color: #115D6F;
}
.BgClassName
{
background-color: #115D6F;
}
</style>
border-color css
<style>
span { border-color: #115D6F; }
span { border-color: rgb(17,93,111); }
td.TdClassName
{
border-color: #115D6F;
}
.TagClassName
{
border-color: #115D6F;
}
</style>