Shades of Blue Lagoon #076D82
Tints of Blue Lagoon #076D82
RGB
CMYK
RGB Variations
Color information
#076D82 (or 0x076D82) is known color: Blue Lagoon. HEX triplet: 07, 6D and 82. RGB value is (7,109,130). Sum of RGB (Red+Green+Blue) = 7+109+130=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 109 (42.97% from 255 or 44.31% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #076D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076D82 is #F8927D. Grayscale: #505050. Windows color (decimal): -16290430 or 8547591. OLE color: 8547591.
HSL color Cylindrical-coordinate representation of color #076D82: hue angle of 190.24º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076D82 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 109 | 130 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.49 |
| HSL | 190.24º | 0.9% | 0.27% | - |
| HSV(B) | 190.24º | 0.95% | 0.51% | - |
| XYZ | 9.59 | 12.59 | 23.04 | - |
| YUV | 80.9 | 155.71 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 130 | 0.95 | 0.16 | 0 | 0.49 | 190.24 | 0.9 | 0.27 |
| Hex | 7 | 6D | 82 | 5F | 10 | 0 | 31 | BE | 5A | 1B |
| Octal | 7 | 155 | 202 | 137 | 20 | 0 | 61 | 276 | 132 | 33 |
| Binary | 111 | 1101101 | 10000010 | 1011111 | 10000 | 0 | 110001 | 10111110 | 1011010 | 11011 |
Color Harmonies of #076D82
Complementary color
Monochromatic Colors of #076D82
Black with #076D82
Text Example
Text Example
White with #076D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D82; }
p { color: rgb(7,109,130); }
H1.HeaderClassName
{
color: #076D82;
}
.AnyTagClassName
{
color: #076D82;
}
</style>
background-color css
<style>
a { background-color: #076D82; }
a { background-color: rgb(7,109,130); }
div.DivClassName
{
background-color: #076D82;
}
.BgClassName
{
background-color: #076D82;
}
</style>
border-color css
<style>
span { border-color: #076D82; }
span { border-color: rgb(7,109,130); }
td.TdClassName
{
border-color: #076D82;
}
.TagClassName
{
border-color: #076D82;
}
</style>