Shades of Blue Lagoon #006D73
Tints of Blue Lagoon #006D73
RGB
CMYK
RGB Variations
Color information
#006D73 (or 0x006D73) is known color: Blue Lagoon. HEX triplet: 00, 6D and 73. RGB value is (0,109,115). Sum of RGB (Red+Green+Blue) = 0+109+115=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 109 (42.97% from 255 or 48.66% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #006D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006D73 is #FF928C. Grayscale: #4C4C4C. Windows color (decimal): -16749197 or 7564544. OLE color: 7564544.
HSL color Cylindrical-coordinate representation of color #006D73: hue angle of 183.13º 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 #006D73 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 109 | 115 | - |
| CMYK | 1 | 0.05 | 0 | 0.55 |
| HSL | 183.13º | 1% | 0.23% | - |
| HSV(B) | 183.13º | 1% | 0.45% | - |
| XYZ | 8.56 | 12.18 | 18.12 | - |
| YUV | 77.09 | 149.39 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 115 | 1 | 0.05 | 0 | 0.55 | 183.13 | 1 | 0.23 |
| Hex | 0 | 6D | 73 | 64 | 5 | 0 | 37 | B7 | 64 | 17 |
| Octal | 0 | 155 | 163 | 144 | 5 | 0 | 67 | 267 | 144 | 27 |
| Binary | 0 | 1101101 | 1110011 | 1100100 | 101 | 0 | 110111 | 10110111 | 1100100 | 10111 |
Color Harmonies of #006D73
Complementary color
Monochromatic Colors of #006D73
Black with #006D73
Text Example
Text Example
White with #006D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006D73; }
p { color: rgb(0,109,115); }
H1.HeaderClassName
{
color: #006D73;
}
.AnyTagClassName
{
color: #006D73;
}
</style>
background-color css
<style>
a { background-color: #006D73; }
a { background-color: rgb(0,109,115); }
div.DivClassName
{
background-color: #006D73;
}
.BgClassName
{
background-color: #006D73;
}
</style>
border-color css
<style>
span { border-color: #006D73; }
span { border-color: rgb(0,109,115); }
td.TdClassName
{
border-color: #006D73;
}
.TagClassName
{
border-color: #006D73;
}
</style>