Shades of Blue Lagoon #126570
Tints of Blue Lagoon #126570
RGB
CMYK
RGB Variations
Color information
#126570 (or 0x126570) is known color: Blue Lagoon. HEX triplet: 12, 65 and 70. RGB value is (18,101,112). Sum of RGB (Red+Green+Blue) = 18+101+112=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #126570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126570 is #ED9A8F. Grayscale: #4D4D4D. Windows color (decimal): -15571600 or 7365906. OLE color: 7365906.
HSL color Cylindrical-coordinate representation of color #126570: hue angle of 187.02º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126570 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 101 | 112 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.56 |
| HSL | 187.02º | 0.72% | 0.25% | - |
| HSV(B) | 187.02º | 0.84% | 0.44% | - |
| XYZ | 7.83 | 10.61 | 16.96 | - |
| YUV | 77.44 | 147.5 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 101 | 112 | 0.84 | 0.10 | 0 | 0.56 | 187.02 | 0.72 | 0.25 |
| Hex | 12 | 65 | 70 | 54 | A | 0 | 38 | BB | 48 | 19 |
| Octal | 22 | 145 | 160 | 124 | 12 | 0 | 70 | 273 | 110 | 31 |
| Binary | 10010 | 1100101 | 1110000 | 1010100 | 1010 | 0 | 111000 | 10111011 | 1001000 | 11001 |
Color Harmonies of #126570
Complementary color
Monochromatic Colors of #126570
Black with #126570
Text Example
Text Example
White with #126570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126570; }
p { color: rgb(18,101,112); }
H1.HeaderClassName
{
color: #126570;
}
.AnyTagClassName
{
color: #126570;
}
</style>
background-color css
<style>
a { background-color: #126570; }
a { background-color: rgb(18,101,112); }
div.DivClassName
{
background-color: #126570;
}
.BgClassName
{
background-color: #126570;
}
</style>
border-color css
<style>
span { border-color: #126570; }
span { border-color: rgb(18,101,112); }
td.TdClassName
{
border-color: #126570;
}
.TagClassName
{
border-color: #126570;
}
</style>