Shades of Blue Lagoon #115B68
Tints of Blue Lagoon #115B68
RGB
CMYK
RGB Variations
Color information
#115B68 (or 0x115B68) is known color: Blue Lagoon. HEX triplet: 11, 5B and 68. RGB value is (17,91,104). Sum of RGB (Red+Green+Blue) = 17+91+104=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 91 (35.94% from 255 or 42.92% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #115B68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B68 is #EEA497. Grayscale: #464646. Windows color (decimal): -15639704 or 6839057. OLE color: 6839057.
HSL color Cylindrical-coordinate representation of color #115B68: hue angle of 188.97º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #115B68 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 91 | 104 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.59 |
| HSL | 188.97º | 0.72% | 0.24% | - |
| HSV(B) | 188.97º | 0.84% | 0.41% | - |
| XYZ | 6.47 | 8.6 | 14.42 | - |
| YUV | 70.36 | 146.98 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 104 | 0.84 | 0.12 | 0 | 0.59 | 188.97 | 0.72 | 0.24 |
| Hex | 11 | 5B | 68 | 54 | C | 0 | 3B | BD | 48 | 18 |
| Octal | 21 | 133 | 150 | 124 | 14 | 0 | 73 | 275 | 110 | 30 |
| Binary | 10001 | 1011011 | 1101000 | 1010100 | 1100 | 0 | 111011 | 10111101 | 1001000 | 11000 |
Color Harmonies of #115B68
Complementary color
Monochromatic Colors of #115B68
Black with #115B68
Text Example
Text Example
White with #115B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B68; }
p { color: rgb(17,91,104); }
H1.HeaderClassName
{
color: #115B68;
}
.AnyTagClassName
{
color: #115B68;
}
</style>
background-color css
<style>
a { background-color: #115B68; }
a { background-color: rgb(17,91,104); }
div.DivClassName
{
background-color: #115B68;
}
.BgClassName
{
background-color: #115B68;
}
</style>
border-color css
<style>
span { border-color: #115B68; }
span { border-color: rgb(17,91,104); }
td.TdClassName
{
border-color: #115B68;
}
.TagClassName
{
border-color: #115B68;
}
</style>