Shades of Blue Lagoon #006576
Tints of Blue Lagoon #006576
RGB
CMYK
RGB Variations
Color information
#006576 (or 0x006576) is known color: Blue Lagoon. HEX triplet: 00, 65 and 76. RGB value is (0,101,118). Sum of RGB (Red+Green+Blue) = 0+101+118=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 101 (39.84% from 255 or 46.12% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #006576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006576 is #FF9A89. Grayscale: #484848. Windows color (decimal): -16751242 or 7759104. OLE color: 7759104.
HSL color Cylindrical-coordinate representation of color #006576: hue angle of 188.64º 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 #006576 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 101 | 118 | - |
| CMYK | 1 | 0.14 | 0 | 0.54 |
| HSL | 188.64º | 1% | 0.23% | - |
| HSV(B) | 188.64º | 1% | 0.46% | - |
| XYZ | 7.92 | 10.62 | 18.77 | - |
| YUV | 72.74 | 153.54 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 118 | 1 | 0.14 | 0 | 0.54 | 188.64 | 1 | 0.23 |
| Hex | 0 | 65 | 76 | 64 | E | 0 | 36 | BD | 64 | 17 |
| Octal | 0 | 145 | 166 | 144 | 16 | 0 | 66 | 275 | 144 | 27 |
| Binary | 0 | 1100101 | 1110110 | 1100100 | 1110 | 0 | 110110 | 10111101 | 1100100 | 10111 |
Color Harmonies of #006576
Complementary color
Monochromatic Colors of #006576
Black with #006576
Text Example
Text Example
White with #006576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006576; }
p { color: rgb(0,101,118); }
H1.HeaderClassName
{
color: #006576;
}
.AnyTagClassName
{
color: #006576;
}
</style>
background-color css
<style>
a { background-color: #006576; }
a { background-color: rgb(0,101,118); }
div.DivClassName
{
background-color: #006576;
}
.BgClassName
{
background-color: #006576;
}
</style>
border-color css
<style>
span { border-color: #006576; }
span { border-color: rgb(0,101,118); }
td.TdClassName
{
border-color: #006576;
}
.TagClassName
{
border-color: #006576;
}
</style>