Shades of Blue Lagoon #105C70
Tints of Blue Lagoon #105C70
RGB
CMYK
RGB Variations
Color information
#105C70 (or 0x105C70) is known color: Blue Lagoon. HEX triplet: 10, 5C and 70. RGB value is (16,92,112). Sum of RGB (Red+Green+Blue) = 16+92+112=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #105C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105C70 is #EFA38F. Grayscale: #474747. Windows color (decimal): -15704976 or 7363600. OLE color: 7363600.
HSL color Cylindrical-coordinate representation of color #105C70: hue angle of 192.5º 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 #105C70 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 92 | 112 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.56 |
| HSL | 192.5º | 0.75% | 0.25% | - |
| HSV(B) | 192.5º | 0.86% | 0.44% | - |
| XYZ | 6.97 | 8.93 | 16.69 | - |
| YUV | 71.56 | 150.82 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 112 | 0.86 | 0.18 | 0 | 0.56 | 192.5 | 0.75 | 0.25 |
| Hex | 10 | 5C | 70 | 56 | 12 | 0 | 38 | C0 | 4B | 19 |
| Octal | 20 | 134 | 160 | 126 | 22 | 0 | 70 | 300 | 113 | 31 |
| Binary | 10000 | 1011100 | 1110000 | 1010110 | 10010 | 0 | 111000 | 11000000 | 1001011 | 11001 |
Color Harmonies of #105C70
Complementary color
Monochromatic Colors of #105C70
Black with #105C70
Text Example
Text Example
White with #105C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105C70; }
p { color: rgb(16,92,112); }
H1.HeaderClassName
{
color: #105C70;
}
.AnyTagClassName
{
color: #105C70;
}
</style>
background-color css
<style>
a { background-color: #105C70; }
a { background-color: rgb(16,92,112); }
div.DivClassName
{
background-color: #105C70;
}
.BgClassName
{
background-color: #105C70;
}
</style>
border-color css
<style>
span { border-color: #105C70; }
span { border-color: rgb(16,92,112); }
td.TdClassName
{
border-color: #105C70;
}
.TagClassName
{
border-color: #105C70;
}
</style>