Shades of Blue Lagoon #0E6D70
Tints of Blue Lagoon #0E6D70
RGB
CMYK
RGB Variations
Color information
#0E6D70 (or 0x0E6D70) is known color: Blue Lagoon. HEX triplet: 0E, 6D and 70. RGB value is (14,109,112). Sum of RGB (Red+Green+Blue) = 14+109+112=235 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.96% from 235); Green value is 109 (42.97% from 255 or 46.38% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #0E6D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6D70 is #F1928F. Grayscale: #505050. Windows color (decimal): -15831696 or 7367950. OLE color: 7367950.
HSL color Cylindrical-coordinate representation of color #0E6D70: hue angle of 181.84º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E6D70 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 14 | 109 | 112 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.56 |
| HSL | 181.84º | 0.78% | 0.25% | - |
| HSV(B) | 181.84º | 0.88% | 0.44% | - |
| XYZ | 8.57 | 12.2 | 17.23 | - |
| YUV | 80.94 | 145.53 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 109 | 112 | 0.88 | 0.03 | 0 | 0.56 | 181.84 | 0.78 | 0.25 |
| Hex | E | 6D | 70 | 58 | 3 | 0 | 38 | B6 | 4E | 19 |
| Octal | 16 | 155 | 160 | 130 | 3 | 0 | 70 | 266 | 116 | 31 |
| Binary | 1110 | 1101101 | 1110000 | 1011000 | 11 | 0 | 111000 | 10110110 | 1001110 | 11001 |
Color Harmonies of #0E6D70
Complementary color
Monochromatic Colors of #0E6D70
Black with #0E6D70
Text Example
Text Example
White with #0E6D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6D70; }
p { color: rgb(14,109,112); }
H1.HeaderClassName
{
color: #0E6D70;
}
.AnyTagClassName
{
color: #0E6D70;
}
</style>
background-color css
<style>
a { background-color: #0E6D70; }
a { background-color: rgb(14,109,112); }
div.DivClassName
{
background-color: #0E6D70;
}
.BgClassName
{
background-color: #0E6D70;
}
</style>
border-color css
<style>
span { border-color: #0E6D70; }
span { border-color: rgb(14,109,112); }
td.TdClassName
{
border-color: #0E6D70;
}
.TagClassName
{
border-color: #0E6D70;
}
</style>