Shades of Blue Lagoon #016D7F
Tints of Blue Lagoon #016D7F
RGB
CMYK
RGB Variations
Color information
#016D7F (or 0x016D7F) is known color: Blue Lagoon. HEX triplet: 01, 6D and 7F. RGB value is (1,109,127). Sum of RGB (Red+Green+Blue) = 1+109+127=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 109 (42.97% from 255 or 45.99% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #016D7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016D7F is #FE9280. Grayscale: #4E4E4E. Windows color (decimal): -16683649 or 8350977. OLE color: 8350977.
HSL color Cylindrical-coordinate representation of color #016D7F: hue angle of 188.57º 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 #016D7F is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 109 | 127 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.50 |
| HSL | 188.57º | 0.98% | 0.25% | - |
| HSV(B) | 188.57º | 0.99% | 0.5% | - |
| XYZ | 9.31 | 12.48 | 22 | - |
| YUV | 78.76 | 155.22 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 127 | 0.99 | 0.14 | 0 | 0.50 | 188.57 | 0.98 | 0.25 |
| Hex | 1 | 6D | 7F | 63 | E | 0 | 32 | BD | 62 | 19 |
| Octal | 1 | 155 | 177 | 143 | 16 | 0 | 62 | 275 | 142 | 31 |
| Binary | 1 | 1101101 | 1111111 | 1100011 | 1110 | 0 | 110010 | 10111101 | 1100010 | 11001 |
Color Harmonies of #016D7F
Complementary color
Monochromatic Colors of #016D7F
Black with #016D7F
Text Example
Text Example
White with #016D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016D7F; }
p { color: rgb(1,109,127); }
H1.HeaderClassName
{
color: #016D7F;
}
.AnyTagClassName
{
color: #016D7F;
}
</style>
background-color css
<style>
a { background-color: #016D7F; }
a { background-color: rgb(1,109,127); }
div.DivClassName
{
background-color: #016D7F;
}
.BgClassName
{
background-color: #016D7F;
}
</style>
border-color css
<style>
span { border-color: #016D7F; }
span { border-color: rgb(1,109,127); }
td.TdClassName
{
border-color: #016D7F;
}
.TagClassName
{
border-color: #016D7F;
}
</style>