Shades of Blue Lagoon #006578
Tints of Blue Lagoon #006578
RGB
CMYK
RGB Variations
Color information
#006578 (or 0x006578) is known color: Blue Lagoon. HEX triplet: 00, 65 and 78. RGB value is (0,101,120). Sum of RGB (Red+Green+Blue) = 0+101+120=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #006578 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006578 is #FF9A87. Grayscale: #484848. Windows color (decimal): -16751240 or 7890176. OLE color: 7890176.
HSL color Cylindrical-coordinate representation of color #006578: hue angle of 189.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006578 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 101 | 120 | - |
| CMYK | 1 | 0.16 | 0 | 0.53 |
| HSL | 189.5º | 1% | 0.24% | - |
| HSV(B) | 189.5º | 1% | 0.47% | - |
| XYZ | 8.04 | 10.66 | 19.4 | - |
| YUV | 72.97 | 154.54 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 120 | 1 | 0.16 | 0 | 0.53 | 189.5 | 1 | 0.24 |
| Hex | 0 | 65 | 78 | 64 | 10 | 0 | 35 | BE | 64 | 18 |
| Octal | 0 | 145 | 170 | 144 | 20 | 0 | 65 | 276 | 144 | 30 |
| Binary | 0 | 1100101 | 1111000 | 1100100 | 10000 | 0 | 110101 | 10111110 | 1100100 | 11000 |
Color Harmonies of #006578
Complementary color
Monochromatic Colors of #006578
Black with #006578
Text Example
Text Example
White with #006578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006578; }
p { color: rgb(0,101,120); }
H1.HeaderClassName
{
color: #006578;
}
.AnyTagClassName
{
color: #006578;
}
</style>
background-color css
<style>
a { background-color: #006578; }
a { background-color: rgb(0,101,120); }
div.DivClassName
{
background-color: #006578;
}
.BgClassName
{
background-color: #006578;
}
</style>
border-color css
<style>
span { border-color: #006578; }
span { border-color: rgb(0,101,120); }
td.TdClassName
{
border-color: #006578;
}
.TagClassName
{
border-color: #006578;
}
</style>