Shades of Blue Lagoon #006E76
Tints of Blue Lagoon #006E76
RGB
CMYK
RGB Variations
Color information
#006E76 (or 0x006E76) is known color: Blue Lagoon. HEX triplet: 00, 6E and 76. RGB value is (0,110,118). Sum of RGB (Red+Green+Blue) = 0+110+118=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 110 (43.36% from 255 or 48.25% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #006E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006E76 is #FF9189. Grayscale: #4D4D4D. Windows color (decimal): -16748938 or 7761408. OLE color: 7761408.
HSL color Cylindrical-coordinate representation of color #006E76: hue angle of 184.07º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006E76 is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 110 | 118 | - |
| CMYK | 1 | 0.07 | 0 | 0.54 |
| HSL | 184.07º | 1% | 0.23% | - |
| HSV(B) | 184.07º | 1% | 0.46% | - |
| XYZ | 8.85 | 12.46 | 19.08 | - |
| YUV | 78.02 | 150.56 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 118 | 1 | 0.07 | 0 | 0.54 | 184.07 | 1 | 0.23 |
| Hex | 0 | 6E | 76 | 64 | 7 | 0 | 36 | B8 | 64 | 17 |
| Octal | 0 | 156 | 166 | 144 | 7 | 0 | 66 | 270 | 144 | 27 |
| Binary | 0 | 1101110 | 1110110 | 1100100 | 111 | 0 | 110110 | 10111000 | 1100100 | 10111 |
Color Harmonies of #006E76
Complementary color
Monochromatic Colors of #006E76
Black with #006E76
Text Example
Text Example
White with #006E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006E76; }
p { color: rgb(0,110,118); }
H1.HeaderClassName
{
color: #006E76;
}
.AnyTagClassName
{
color: #006E76;
}
</style>
background-color css
<style>
a { background-color: #006E76; }
a { background-color: rgb(0,110,118); }
div.DivClassName
{
background-color: #006E76;
}
.BgClassName
{
background-color: #006E76;
}
</style>
border-color css
<style>
span { border-color: #006E76; }
span { border-color: rgb(0,110,118); }
td.TdClassName
{
border-color: #006E76;
}
.TagClassName
{
border-color: #006E76;
}
</style>