Shades of Blue Lagoon #106E74
Tints of Blue Lagoon #106E74
RGB
CMYK
RGB Variations
Color information
#106E74 (or 0x106E74) is known color: Blue Lagoon. HEX triplet: 10, 6E and 74. RGB value is (16,110,116). Sum of RGB (Red+Green+Blue) = 16+110+116=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 110 (43.36% from 255 or 45.45% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #106E74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106E74 is #EF918B. Grayscale: #525252. Windows color (decimal): -15700364 or 7630352. OLE color: 7630352.
HSL color Cylindrical-coordinate representation of color #106E74: hue angle of 183.6º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106E74 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 110 | 116 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.55 |
| HSL | 183.6º | 0.76% | 0.26% | - |
| HSV(B) | 183.6º | 0.86% | 0.45% | - |
| XYZ | 8.94 | 12.52 | 18.47 | - |
| YUV | 82.58 | 146.86 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 110 | 116 | 0.86 | 0.05 | 0 | 0.55 | 183.6 | 0.76 | 0.26 |
| Hex | 10 | 6E | 74 | 56 | 5 | 0 | 37 | B8 | 4C | 1A |
| Octal | 20 | 156 | 164 | 126 | 5 | 0 | 67 | 270 | 114 | 32 |
| Binary | 10000 | 1101110 | 1110100 | 1010110 | 101 | 0 | 110111 | 10111000 | 1001100 | 11010 |
Color Harmonies of #106E74
Complementary color
Monochromatic Colors of #106E74
Black with #106E74
Text Example
Text Example
White with #106E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106E74; }
p { color: rgb(16,110,116); }
H1.HeaderClassName
{
color: #106E74;
}
.AnyTagClassName
{
color: #106E74;
}
</style>
background-color css
<style>
a { background-color: #106E74; }
a { background-color: rgb(16,110,116); }
div.DivClassName
{
background-color: #106E74;
}
.BgClassName
{
background-color: #106E74;
}
</style>
border-color css
<style>
span { border-color: #106E74; }
span { border-color: rgb(16,110,116); }
td.TdClassName
{
border-color: #106E74;
}
.TagClassName
{
border-color: #106E74;
}
</style>