Shades of Blue Lagoon #106172
Tints of Blue Lagoon #106172
RGB
CMYK
RGB Variations
Color information
#106172 (or 0x106172) is known color: Blue Lagoon. HEX triplet: 10, 61 and 72. RGB value is (16,97,114). Sum of RGB (Red+Green+Blue) = 16+97+114=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #106172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106172 is #EF9E8D. Grayscale: #4A4A4A. Windows color (decimal): -15703694 or 7495952. OLE color: 7495952.
HSL color Cylindrical-coordinate representation of color #106172: hue angle of 190.41º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106172 is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 97 | 114 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.55 |
| HSL | 190.41º | 0.75% | 0.25% | - |
| HSV(B) | 190.41º | 0.86% | 0.45% | - |
| XYZ | 7.53 | 9.87 | 17.43 | - |
| YUV | 74.72 | 150.16 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 97 | 114 | 0.86 | 0.15 | 0 | 0.55 | 190.41 | 0.75 | 0.25 |
| Hex | 10 | 61 | 72 | 56 | F | 0 | 37 | BE | 4B | 19 |
| Octal | 20 | 141 | 162 | 126 | 17 | 0 | 67 | 276 | 113 | 31 |
| Binary | 10000 | 1100001 | 1110010 | 1010110 | 1111 | 0 | 110111 | 10111110 | 1001011 | 11001 |
Color Harmonies of #106172
Complementary color
Monochromatic Colors of #106172
Black with #106172
Text Example
Text Example
White with #106172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106172; }
p { color: rgb(16,97,114); }
H1.HeaderClassName
{
color: #106172;
}
.AnyTagClassName
{
color: #106172;
}
</style>
background-color css
<style>
a { background-color: #106172; }
a { background-color: rgb(16,97,114); }
div.DivClassName
{
background-color: #106172;
}
.BgClassName
{
background-color: #106172;
}
</style>
border-color css
<style>
span { border-color: #106172; }
span { border-color: rgb(16,97,114); }
td.TdClassName
{
border-color: #106172;
}
.TagClassName
{
border-color: #106172;
}
</style>