Shades of Blue Lagoon #086768
Tints of Blue Lagoon #086768
RGB
CMYK
RGB Variations
Color information
#086768 (or 0x086768) is known color: Blue Lagoon. HEX triplet: 08, 67 and 68. RGB value is (8,103,104). Sum of RGB (Red+Green+Blue) = 8+103+104=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 103 (40.62% from 255 or 47.91% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #086768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086768 is #F79897. Grayscale: #4A4A4A. Windows color (decimal): -16226456 or 6842120. OLE color: 6842120.
HSL color Cylindrical-coordinate representation of color #086768: hue angle of 180.62º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086768 is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 103 | 104 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.59 |
| HSL | 180.63º | 0.86% | 0.22% | - |
| HSV(B) | 180.63º | 0.92% | 0.41% | - |
| XYZ | 7.45 | 10.75 | 14.78 | - |
| YUV | 74.71 | 144.53 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 103 | 104 | 0.92 | 0.01 | 0 | 0.59 | 180.63 | 0.86 | 0.22 |
| Hex | 8 | 67 | 68 | 5C | 1 | 0 | 3B | B5 | 56 | 16 |
| Octal | 10 | 147 | 150 | 134 | 1 | 0 | 73 | 265 | 126 | 26 |
| Binary | 1000 | 1100111 | 1101000 | 1011100 | 1 | 0 | 111011 | 10110101 | 1010110 | 10110 |
Color Harmonies of #086768
Complementary color
Monochromatic Colors of #086768
Black with #086768
Text Example
Text Example
White with #086768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086768; }
p { color: rgb(8,103,104); }
H1.HeaderClassName
{
color: #086768;
}
.AnyTagClassName
{
color: #086768;
}
</style>
background-color css
<style>
a { background-color: #086768; }
a { background-color: rgb(8,103,104); }
div.DivClassName
{
background-color: #086768;
}
.BgClassName
{
background-color: #086768;
}
</style>
border-color css
<style>
span { border-color: #086768; }
span { border-color: rgb(8,103,104); }
td.TdClassName
{
border-color: #086768;
}
.TagClassName
{
border-color: #086768;
}
</style>