Shades of Blue Lagoon #006173
Tints of Blue Lagoon #006173
RGB
CMYK
RGB Variations
Color information
#006173 (or 0x006173) is known color: Blue Lagoon. HEX triplet: 00, 61 and 73. RGB value is (0,97,115). Sum of RGB (Red+Green+Blue) = 0+97+115=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #006173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006173 is #FF9E8C. Grayscale: #454545. Windows color (decimal): -16752269 or 7561472. OLE color: 7561472.
HSL color Cylindrical-coordinate representation of color #006173: hue angle of 189.39º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006173 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 97 | 115 | - |
| CMYK | 1 | 0.16 | 0 | 0.55 |
| HSL | 189.39º | 1% | 0.23% | - |
| HSV(B) | 189.39º | 1% | 0.45% | - |
| XYZ | 7.37 | 9.79 | 17.72 | - |
| YUV | 70.05 | 153.36 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 97 | 115 | 1 | 0.16 | 0 | 0.55 | 189.39 | 1 | 0.23 |
| Hex | 0 | 61 | 73 | 64 | 10 | 0 | 37 | BD | 64 | 17 |
| Octal | 0 | 141 | 163 | 144 | 20 | 0 | 67 | 275 | 144 | 27 |
| Binary | 0 | 1100001 | 1110011 | 1100100 | 10000 | 0 | 110111 | 10111101 | 1100100 | 10111 |
Color Harmonies of #006173
Complementary color
Monochromatic Colors of #006173
Black with #006173
Text Example
Text Example
White with #006173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006173; }
p { color: rgb(0,97,115); }
H1.HeaderClassName
{
color: #006173;
}
.AnyTagClassName
{
color: #006173;
}
</style>
background-color css
<style>
a { background-color: #006173; }
a { background-color: rgb(0,97,115); }
div.DivClassName
{
background-color: #006173;
}
.BgClassName
{
background-color: #006173;
}
</style>
border-color css
<style>
span { border-color: #006173; }
span { border-color: rgb(0,97,115); }
td.TdClassName
{
border-color: #006173;
}
.TagClassName
{
border-color: #006173;
}
</style>