Shades of Blue Lagoon #006B76
Tints of Blue Lagoon #006B76
RGB
CMYK
RGB Variations
Color information
#006B76 (or 0x006B76) is known color: Blue Lagoon. HEX triplet: 00, 6B and 76. RGB value is (0,107,118). Sum of RGB (Red+Green+Blue) = 0+107+118=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #006B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006B76 is #FF9489. Grayscale: #4C4C4C. Windows color (decimal): -16749706 or 7760640. OLE color: 7760640.
HSL color Cylindrical-coordinate representation of color #006B76: hue angle of 185.59º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006B76 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 107 | 118 | - |
| CMYK | 1 | 0.09 | 0 | 0.54 |
| HSL | 185.59º | 1% | 0.23% | - |
| HSV(B) | 185.59º | 1% | 0.46% | - |
| XYZ | 8.53 | 11.82 | 18.97 | - |
| YUV | 76.26 | 151.55 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 107 | 118 | 1 | 0.09 | 0 | 0.54 | 185.59 | 1 | 0.23 |
| Hex | 0 | 6B | 76 | 64 | 9 | 0 | 36 | BA | 64 | 17 |
| Octal | 0 | 153 | 166 | 144 | 11 | 0 | 66 | 272 | 144 | 27 |
| Binary | 0 | 1101011 | 1110110 | 1100100 | 1001 | 0 | 110110 | 10111010 | 1100100 | 10111 |
Color Harmonies of #006B76
Complementary color
Monochromatic Colors of #006B76
Black with #006B76
Text Example
Text Example
White with #006B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006B76; }
p { color: rgb(0,107,118); }
H1.HeaderClassName
{
color: #006B76;
}
.AnyTagClassName
{
color: #006B76;
}
</style>
background-color css
<style>
a { background-color: #006B76; }
a { background-color: rgb(0,107,118); }
div.DivClassName
{
background-color: #006B76;
}
.BgClassName
{
background-color: #006B76;
}
</style>
border-color css
<style>
span { border-color: #006B76; }
span { border-color: rgb(0,107,118); }
td.TdClassName
{
border-color: #006B76;
}
.TagClassName
{
border-color: #006B76;
}
</style>