Shades of Blue Lagoon #115F73
Tints of Blue Lagoon #115F73
RGB
CMYK
RGB Variations
Color information
#115F73 (or 0x115F73) is known color: Blue Lagoon. HEX triplet: 11, 5F and 73. RGB value is (17,95,115). Sum of RGB (Red+Green+Blue) = 17+95+115=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #115F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115F73 is #EEA08C. Grayscale: #494949. Windows color (decimal): -15638669 or 7560977. OLE color: 7560977.
HSL color Cylindrical-coordinate representation of color #115F73: hue angle of 192.24º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #115F73 is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 95 | 115 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.55 |
| HSL | 192.24º | 0.74% | 0.26% | - |
| HSV(B) | 192.24º | 0.85% | 0.45% | - |
| XYZ | 7.42 | 9.54 | 17.67 | - |
| YUV | 73.96 | 151.16 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 115 | 0.85 | 0.17 | 0 | 0.55 | 192.24 | 0.74 | 0.26 |
| Hex | 11 | 5F | 73 | 55 | 11 | 0 | 37 | C0 | 4A | 1A |
| Octal | 21 | 137 | 163 | 125 | 21 | 0 | 67 | 300 | 112 | 32 |
| Binary | 10001 | 1011111 | 1110011 | 1010101 | 10001 | 0 | 110111 | 11000000 | 1001010 | 11010 |
Color Harmonies of #115F73
Complementary color
Monochromatic Colors of #115F73
Black with #115F73
Text Example
Text Example
White with #115F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115F73; }
p { color: rgb(17,95,115); }
H1.HeaderClassName
{
color: #115F73;
}
.AnyTagClassName
{
color: #115F73;
}
</style>
background-color css
<style>
a { background-color: #115F73; }
a { background-color: rgb(17,95,115); }
div.DivClassName
{
background-color: #115F73;
}
.BgClassName
{
background-color: #115F73;
}
</style>
border-color css
<style>
span { border-color: #115F73; }
span { border-color: rgb(17,95,115); }
td.TdClassName
{
border-color: #115F73;
}
.TagClassName
{
border-color: #115F73;
}
</style>