Shades of Blue Lagoon #0E666D
Tints of Blue Lagoon #0E666D
RGB
CMYK
RGB Variations
Color information
#0E666D (or 0x0E666D) is known color: Blue Lagoon. HEX triplet: 0E, 66 and 6D. RGB value is (14,102,109). Sum of RGB (Red+Green+Blue) = 14+102+109=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #0E666D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E666D is #F19992. Grayscale: #4C4C4C. Windows color (decimal): -15833491 or 7169550. OLE color: 7169550.
HSL color Cylindrical-coordinate representation of color #0E666D: hue angle of 184.42º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E666D is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 14 | 102 | 109 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.57 |
| HSL | 184.42º | 0.77% | 0.24% | - |
| HSV(B) | 184.42º | 0.87% | 0.43% | - |
| XYZ | 7.69 | 10.7 | 16.13 | - |
| YUV | 76.49 | 146.35 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 102 | 109 | 0.87 | 0.06 | 0 | 0.57 | 184.42 | 0.77 | 0.24 |
| Hex | E | 66 | 6D | 57 | 6 | 0 | 39 | B8 | 4D | 18 |
| Octal | 16 | 146 | 155 | 127 | 6 | 0 | 71 | 270 | 115 | 30 |
| Binary | 1110 | 1100110 | 1101101 | 1010111 | 110 | 0 | 111001 | 10111000 | 1001101 | 11000 |
Color Harmonies of #0E666D
Complementary color
Monochromatic Colors of #0E666D
Black with #0E666D
Text Example
Text Example
White with #0E666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E666D; }
p { color: rgb(14,102,109); }
H1.HeaderClassName
{
color: #0E666D;
}
.AnyTagClassName
{
color: #0E666D;
}
</style>
background-color css
<style>
a { background-color: #0E666D; }
a { background-color: rgb(14,102,109); }
div.DivClassName
{
background-color: #0E666D;
}
.BgClassName
{
background-color: #0E666D;
}
</style>
border-color css
<style>
span { border-color: #0E666D; }
span { border-color: rgb(14,102,109); }
td.TdClassName
{
border-color: #0E666D;
}
.TagClassName
{
border-color: #0E666D;
}
</style>