Shades of Blue Lagoon #006C72
Tints of Blue Lagoon #006C72
RGB
CMYK
RGB Variations
Color information
#006C72 (or 0x006C72) is known color: Blue Lagoon. HEX triplet: 00, 6C and 72. RGB value is (0,108,114). Sum of RGB (Red+Green+Blue) = 0+108+114=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 108 (42.58% from 255 or 48.65% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #006C72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006C72 is #FF938D. Grayscale: #4C4C4C. Windows color (decimal): -16749454 or 7498752. OLE color: 7498752.
HSL color Cylindrical-coordinate representation of color #006C72: hue angle of 183.16º 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 #006C72 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 108 | 114 | - |
| CMYK | 1 | 0.05 | 0 | 0.55 |
| HSL | 183.16º | 1% | 0.22% | - |
| HSV(B) | 183.16º | 1% | 0.45% | - |
| XYZ | 8.4 | 11.94 | 17.78 | - |
| YUV | 76.39 | 149.22 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 114 | 1 | 0.05 | 0 | 0.55 | 183.16 | 1 | 0.22 |
| Hex | 0 | 6C | 72 | 64 | 5 | 0 | 37 | B7 | 64 | 16 |
| Octal | 0 | 154 | 162 | 144 | 5 | 0 | 67 | 267 | 144 | 26 |
| Binary | 0 | 1101100 | 1110010 | 1100100 | 101 | 0 | 110111 | 10110111 | 1100100 | 10110 |
Color Harmonies of #006C72
Complementary color
Monochromatic Colors of #006C72
Black with #006C72
Text Example
Text Example
White with #006C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006C72; }
p { color: rgb(0,108,114); }
H1.HeaderClassName
{
color: #006C72;
}
.AnyTagClassName
{
color: #006C72;
}
</style>
background-color css
<style>
a { background-color: #006C72; }
a { background-color: rgb(0,108,114); }
div.DivClassName
{
background-color: #006C72;
}
.BgClassName
{
background-color: #006C72;
}
</style>
border-color css
<style>
span { border-color: #006C72; }
span { border-color: rgb(0,108,114); }
td.TdClassName
{
border-color: #006C72;
}
.TagClassName
{
border-color: #006C72;
}
</style>