Shades of Blue Lagoon #016C7F
Tints of Blue Lagoon #016C7F
RGB
CMYK
RGB Variations
Color information
#016C7F (or 0x016C7F) is known color: Blue Lagoon. HEX triplet: 01, 6C and 7F. RGB value is (1,108,127). Sum of RGB (Red+Green+Blue) = 1+108+127=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 108 (42.58% from 255 or 45.76% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #016C7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016C7F is #FE9380. Grayscale: #4D4D4D. Windows color (decimal): -16683905 or 8350721. OLE color: 8350721.
HSL color Cylindrical-coordinate representation of color #016C7F: hue angle of 189.05º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016C7F is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 108 | 127 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.50 |
| HSL | 189.05º | 0.98% | 0.25% | - |
| HSV(B) | 189.05º | 0.99% | 0.5% | - |
| XYZ | 9.21 | 12.26 | 21.96 | - |
| YUV | 78.17 | 155.55 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 127 | 0.99 | 0.15 | 0 | 0.50 | 189.05 | 0.98 | 0.25 |
| Hex | 1 | 6C | 7F | 63 | F | 0 | 32 | BD | 62 | 19 |
| Octal | 1 | 154 | 177 | 143 | 17 | 0 | 62 | 275 | 142 | 31 |
| Binary | 1 | 1101100 | 1111111 | 1100011 | 1111 | 0 | 110010 | 10111101 | 1100010 | 11001 |
Color Harmonies of #016C7F
Complementary color
Monochromatic Colors of #016C7F
Black with #016C7F
Text Example
Text Example
White with #016C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016C7F; }
p { color: rgb(1,108,127); }
H1.HeaderClassName
{
color: #016C7F;
}
.AnyTagClassName
{
color: #016C7F;
}
</style>
background-color css
<style>
a { background-color: #016C7F; }
a { background-color: rgb(1,108,127); }
div.DivClassName
{
background-color: #016C7F;
}
.BgClassName
{
background-color: #016C7F;
}
</style>
border-color css
<style>
span { border-color: #016C7F; }
span { border-color: rgb(1,108,127); }
td.TdClassName
{
border-color: #016C7F;
}
.TagClassName
{
border-color: #016C7F;
}
</style>