Shades of Blue Lagoon #006176
Tints of Blue Lagoon #006176
RGB
CMYK
RGB Variations
Color information
#006176 (or 0x006176) is known color: Blue Lagoon. HEX triplet: 00, 61 and 76. RGB value is (0,97,118). Sum of RGB (Red+Green+Blue) = 0+97+118=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #006176 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006176 is #FF9E89. Grayscale: #464646. Windows color (decimal): -16752266 or 7758080. OLE color: 7758080.
HSL color Cylindrical-coordinate representation of color #006176: hue angle of 190.68º 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 #006176 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 97 | 118 | - |
| CMYK | 1 | 0.18 | 0 | 0.54 |
| HSL | 190.68º | 1% | 0.23% | - |
| HSV(B) | 190.68º | 1% | 0.46% | - |
| XYZ | 7.54 | 9.86 | 18.64 | - |
| YUV | 70.39 | 154.86 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 97 | 118 | 1 | 0.18 | 0 | 0.54 | 190.68 | 1 | 0.23 |
| Hex | 0 | 61 | 76 | 64 | 12 | 0 | 36 | BF | 64 | 17 |
| Octal | 0 | 141 | 166 | 144 | 22 | 0 | 66 | 277 | 144 | 27 |
| Binary | 0 | 1100001 | 1110110 | 1100100 | 10010 | 0 | 110110 | 10111111 | 1100100 | 10111 |
Color Harmonies of #006176
Complementary color
Monochromatic Colors of #006176
Black with #006176
Text Example
Text Example
White with #006176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006176; }
p { color: rgb(0,97,118); }
H1.HeaderClassName
{
color: #006176;
}
.AnyTagClassName
{
color: #006176;
}
</style>
background-color css
<style>
a { background-color: #006176; }
a { background-color: rgb(0,97,118); }
div.DivClassName
{
background-color: #006176;
}
.BgClassName
{
background-color: #006176;
}
</style>
border-color css
<style>
span { border-color: #006176; }
span { border-color: rgb(0,97,118); }
td.TdClassName
{
border-color: #006176;
}
.TagClassName
{
border-color: #006176;
}
</style>