Shades of Blue Lagoon #086D72
Tints of Blue Lagoon #086D72
RGB
CMYK
RGB Variations
Color information
#086D72 (or 0x086D72) is known color: Blue Lagoon. HEX triplet: 08, 6D and 72. RGB value is (8,109,114). Sum of RGB (Red+Green+Blue) = 8+109+114=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 109 (42.97% from 255 or 47.19% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #086D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086D72 is #F7928D. Grayscale: #4F4F4F. Windows color (decimal): -16224910 or 7499016. OLE color: 7499016.
HSL color Cylindrical-coordinate representation of color #086D72: hue angle of 182.83º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086D72 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 109 | 114 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.55 |
| HSL | 182.83º | 0.87% | 0.24% | - |
| HSV(B) | 182.83º | 0.93% | 0.45% | - |
| XYZ | 8.61 | 12.2 | 17.82 | - |
| YUV | 79.37 | 147.54 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 109 | 114 | 0.93 | 0.04 | 0 | 0.55 | 182.83 | 0.87 | 0.24 |
| Hex | 8 | 6D | 72 | 5D | 4 | 0 | 37 | B7 | 57 | 18 |
| Octal | 10 | 155 | 162 | 135 | 4 | 0 | 67 | 267 | 127 | 30 |
| Binary | 1000 | 1101101 | 1110010 | 1011101 | 100 | 0 | 110111 | 10110111 | 1010111 | 11000 |
Color Harmonies of #086D72
Complementary color
Monochromatic Colors of #086D72
Black with #086D72
Text Example
Text Example
White with #086D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086D72; }
p { color: rgb(8,109,114); }
H1.HeaderClassName
{
color: #086D72;
}
.AnyTagClassName
{
color: #086D72;
}
</style>
background-color css
<style>
a { background-color: #086D72; }
a { background-color: rgb(8,109,114); }
div.DivClassName
{
background-color: #086D72;
}
.BgClassName
{
background-color: #086D72;
}
</style>
border-color css
<style>
span { border-color: #086D72; }
span { border-color: rgb(8,109,114); }
td.TdClassName
{
border-color: #086D72;
}
.TagClassName
{
border-color: #086D72;
}
</style>