Shades of Blue Lagoon #006C76
Tints of Blue Lagoon #006C76
RGB
CMYK
RGB Variations
Color information
#006C76 (or 0x006C76) is known color: Blue Lagoon. HEX triplet: 00, 6C and 76. RGB value is (0,108,118). Sum of RGB (Red+Green+Blue) = 0+108+118=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 108 (42.58% from 255 or 47.79% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #006C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006C76 is #FF9389. Grayscale: #4C4C4C. Windows color (decimal): -16749450 or 7760896. OLE color: 7760896.
HSL color Cylindrical-coordinate representation of color #006C76: hue angle of 185.08º 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 #006C76 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 108 | 118 | - |
| CMYK | 1 | 0.08 | 0 | 0.54 |
| HSL | 185.08º | 1% | 0.23% | - |
| HSV(B) | 185.08º | 1% | 0.46% | - |
| XYZ | 8.63 | 12.03 | 19.01 | - |
| YUV | 76.85 | 151.22 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 118 | 1 | 0.08 | 0 | 0.54 | 185.08 | 1 | 0.23 |
| Hex | 0 | 6C | 76 | 64 | 8 | 0 | 36 | B9 | 64 | 17 |
| Octal | 0 | 154 | 166 | 144 | 10 | 0 | 66 | 271 | 144 | 27 |
| Binary | 0 | 1101100 | 1110110 | 1100100 | 1000 | 0 | 110110 | 10111001 | 1100100 | 10111 |
Color Harmonies of #006C76
Complementary color
Monochromatic Colors of #006C76
Black with #006C76
Text Example
Text Example
White with #006C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006C76; }
p { color: rgb(0,108,118); }
H1.HeaderClassName
{
color: #006C76;
}
.AnyTagClassName
{
color: #006C76;
}
</style>
background-color css
<style>
a { background-color: #006C76; }
a { background-color: rgb(0,108,118); }
div.DivClassName
{
background-color: #006C76;
}
.BgClassName
{
background-color: #006C76;
}
</style>
border-color css
<style>
span { border-color: #006C76; }
span { border-color: rgb(0,108,118); }
td.TdClassName
{
border-color: #006C76;
}
.TagClassName
{
border-color: #006C76;
}
</style>