Shades of Blue Lagoon #086D73
Tints of Blue Lagoon #086D73
RGB
CMYK
RGB Variations
Color information
#086D73 (or 0x086D73) is known color: Blue Lagoon. HEX triplet: 08, 6D and 73. RGB value is (8,109,115). Sum of RGB (Red+Green+Blue) = 8+109+115=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 109 (42.97% from 255 or 46.98% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #086D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086D73 is #F7928C. Grayscale: #4F4F4F. Windows color (decimal): -16224909 or 7564552. OLE color: 7564552.
HSL color Cylindrical-coordinate representation of color #086D73: hue angle of 183.36º 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 #086D73 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 109 | 115 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.55 |
| HSL | 183.36º | 0.87% | 0.24% | - |
| HSV(B) | 183.36º | 0.93% | 0.45% | - |
| XYZ | 8.66 | 12.23 | 18.12 | - |
| YUV | 79.49 | 148.04 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 109 | 115 | 0.93 | 0.05 | 0 | 0.55 | 183.36 | 0.87 | 0.24 |
| Hex | 8 | 6D | 73 | 5D | 5 | 0 | 37 | B7 | 57 | 18 |
| Octal | 10 | 155 | 163 | 135 | 5 | 0 | 67 | 267 | 127 | 30 |
| Binary | 1000 | 1101101 | 1110011 | 1011101 | 101 | 0 | 110111 | 10110111 | 1010111 | 11000 |
Color Harmonies of #086D73
Complementary color
Monochromatic Colors of #086D73
Black with #086D73
Text Example
Text Example
White with #086D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086D73; }
p { color: rgb(8,109,115); }
H1.HeaderClassName
{
color: #086D73;
}
.AnyTagClassName
{
color: #086D73;
}
</style>
background-color css
<style>
a { background-color: #086D73; }
a { background-color: rgb(8,109,115); }
div.DivClassName
{
background-color: #086D73;
}
.BgClassName
{
background-color: #086D73;
}
</style>
border-color css
<style>
span { border-color: #086D73; }
span { border-color: rgb(8,109,115); }
td.TdClassName
{
border-color: #086D73;
}
.TagClassName
{
border-color: #086D73;
}
</style>