Shades of Blue Lagoon #105E70
Tints of Blue Lagoon #105E70
RGB
CMYK
RGB Variations
Color information
#105E70 (or 0x105E70) is known color: Blue Lagoon. HEX triplet: 10, 5E and 70. RGB value is (16,94,112). Sum of RGB (Red+Green+Blue) = 16+94+112=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #105E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105E70 is #EFA18F. Grayscale: #484848. Windows color (decimal): -15704464 or 7364112. OLE color: 7364112.
HSL color Cylindrical-coordinate representation of color #105E70: hue angle of 191.25º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #105E70 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 94 | 112 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.56 |
| HSL | 191.25º | 0.75% | 0.25% | - |
| HSV(B) | 191.25º | 0.86% | 0.44% | - |
| XYZ | 7.14 | 9.29 | 16.75 | - |
| YUV | 72.73 | 150.16 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 94 | 112 | 0.86 | 0.16 | 0 | 0.56 | 191.25 | 0.75 | 0.25 |
| Hex | 10 | 5E | 70 | 56 | 10 | 0 | 38 | BF | 4B | 19 |
| Octal | 20 | 136 | 160 | 126 | 20 | 0 | 70 | 277 | 113 | 31 |
| Binary | 10000 | 1011110 | 1110000 | 1010110 | 10000 | 0 | 111000 | 10111111 | 1001011 | 11001 |
Color Harmonies of #105E70
Complementary color
Monochromatic Colors of #105E70
Black with #105E70
Text Example
Text Example
White with #105E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105E70; }
p { color: rgb(16,94,112); }
H1.HeaderClassName
{
color: #105E70;
}
.AnyTagClassName
{
color: #105E70;
}
</style>
background-color css
<style>
a { background-color: #105E70; }
a { background-color: rgb(16,94,112); }
div.DivClassName
{
background-color: #105E70;
}
.BgClassName
{
background-color: #105E70;
}
</style>
border-color css
<style>
span { border-color: #105E70; }
span { border-color: rgb(16,94,112); }
td.TdClassName
{
border-color: #105E70;
}
.TagClassName
{
border-color: #105E70;
}
</style>