Shades of Blue Lagoon #076E80
Tints of Blue Lagoon #076E80
RGB
CMYK
RGB Variations
Color information
#076E80 (or 0x076E80) is known color: Blue Lagoon. HEX triplet: 07, 6E and 80. RGB value is (7,110,128). Sum of RGB (Red+Green+Blue) = 7+110+128=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 128 (50.39% from 255 or 52.24% from 245); Max value from RGB is 128 - color contains mainly: blue. Hex color #076E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076E80 is #F8917F. Grayscale: #515151. Windows color (decimal): -16290176 or 8416775. OLE color: 8416775.
HSL color Cylindrical-coordinate representation of color #076E80: hue angle of 188.93º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076E80 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 110 | 128 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.50 |
| HSL | 188.93º | 0.9% | 0.26% | - |
| HSV(B) | 188.93º | 0.95% | 0.5% | - |
| XYZ | 9.56 | 12.76 | 22.38 | - |
| YUV | 81.26 | 154.38 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 110 | 128 | 0.95 | 0.14 | 0 | 0.50 | 188.93 | 0.9 | 0.26 |
| Hex | 7 | 6E | 80 | 5F | E | 0 | 32 | BD | 5A | 1A |
| Octal | 7 | 156 | 200 | 137 | 16 | 0 | 62 | 275 | 132 | 32 |
| Binary | 111 | 1101110 | 10000000 | 1011111 | 1110 | 0 | 110010 | 10111101 | 1011010 | 11010 |
Color Harmonies of #076E80
Complementary color
Monochromatic Colors of #076E80
Black with #076E80
Text Example
Text Example
White with #076E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076E80; }
p { color: rgb(7,110,128); }
H1.HeaderClassName
{
color: #076E80;
}
.AnyTagClassName
{
color: #076E80;
}
</style>
background-color css
<style>
a { background-color: #076E80; }
a { background-color: rgb(7,110,128); }
div.DivClassName
{
background-color: #076E80;
}
.BgClassName
{
background-color: #076E80;
}
</style>
border-color css
<style>
span { border-color: #076E80; }
span { border-color: rgb(7,110,128); }
td.TdClassName
{
border-color: #076E80;
}
.TagClassName
{
border-color: #076E80;
}
</style>