Shades of Blue Lagoon #006E72
Tints of Blue Lagoon #006E72
RGB
CMYK
RGB Variations
Color information
#006E72 (or 0x006E72) is known color: Blue Lagoon. HEX triplet: 00, 6E and 72. RGB value is (0,110,114). Sum of RGB (Red+Green+Blue) = 0+110+114=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 110 (43.36% from 255 or 49.11% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #006E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006E72 is #FF918D. Grayscale: #4D4D4D. Windows color (decimal): -16748942 or 7499264. OLE color: 7499264.
HSL color Cylindrical-coordinate representation of color #006E72: hue angle of 182.11º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006E72 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 110 | 114 | - |
| CMYK | 1 | 0.04 | 0 | 0.55 |
| HSL | 182.11º | 1% | 0.22% | - |
| HSV(B) | 182.11º | 1% | 0.45% | - |
| XYZ | 8.61 | 12.37 | 17.85 | - |
| YUV | 77.57 | 148.56 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 114 | 1 | 0.04 | 0 | 0.55 | 182.11 | 1 | 0.22 |
| Hex | 0 | 6E | 72 | 64 | 4 | 0 | 37 | B6 | 64 | 16 |
| Octal | 0 | 156 | 162 | 144 | 4 | 0 | 67 | 266 | 144 | 26 |
| Binary | 0 | 1101110 | 1110010 | 1100100 | 100 | 0 | 110111 | 10110110 | 1100100 | 10110 |
Color Harmonies of #006E72
Complementary color
Monochromatic Colors of #006E72
Black with #006E72
Text Example
Text Example
White with #006E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006E72; }
p { color: rgb(0,110,114); }
H1.HeaderClassName
{
color: #006E72;
}
.AnyTagClassName
{
color: #006E72;
}
</style>
background-color css
<style>
a { background-color: #006E72; }
a { background-color: rgb(0,110,114); }
div.DivClassName
{
background-color: #006E72;
}
.BgClassName
{
background-color: #006E72;
}
</style>
border-color css
<style>
span { border-color: #006E72; }
span { border-color: rgb(0,110,114); }
td.TdClassName
{
border-color: #006E72;
}
.TagClassName
{
border-color: #006E72;
}
</style>