Shades of Blue Lagoon #126771
Tints of Blue Lagoon #126771
RGB
CMYK
RGB Variations
Color information
#126771 (or 0x126771) is known color: Blue Lagoon. HEX triplet: 12, 67 and 71. RGB value is (18,103,113). Sum of RGB (Red+Green+Blue) = 18+103+113=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 103 (40.62% from 255 or 44.02% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #126771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126771 is #ED988E. Grayscale: #4E4E4E. Windows color (decimal): -15571087 or 7431954. OLE color: 7431954.
HSL color Cylindrical-coordinate representation of color #126771: hue angle of 186.32º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126771 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 103 | 113 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.56 |
| HSL | 186.32º | 0.73% | 0.26% | - |
| HSV(B) | 186.32º | 0.84% | 0.44% | - |
| XYZ | 8.08 | 11.02 | 17.32 | - |
| YUV | 78.73 | 147.34 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 103 | 113 | 0.84 | 0.09 | 0 | 0.56 | 186.32 | 0.73 | 0.26 |
| Hex | 12 | 67 | 71 | 54 | 9 | 0 | 38 | BA | 49 | 1A |
| Octal | 22 | 147 | 161 | 124 | 11 | 0 | 70 | 272 | 111 | 32 |
| Binary | 10010 | 1100111 | 1110001 | 1010100 | 1001 | 0 | 111000 | 10111010 | 1001001 | 11010 |
Color Harmonies of #126771
Complementary color
Monochromatic Colors of #126771
Black with #126771
Text Example
Text Example
White with #126771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126771; }
p { color: rgb(18,103,113); }
H1.HeaderClassName
{
color: #126771;
}
.AnyTagClassName
{
color: #126771;
}
</style>
background-color css
<style>
a { background-color: #126771; }
a { background-color: rgb(18,103,113); }
div.DivClassName
{
background-color: #126771;
}
.BgClassName
{
background-color: #126771;
}
</style>
border-color css
<style>
span { border-color: #126771; }
span { border-color: rgb(18,103,113); }
td.TdClassName
{
border-color: #126771;
}
.TagClassName
{
border-color: #126771;
}
</style>