Shades of Blue Lagoon #08686D
Tints of Blue Lagoon #08686D
RGB
CMYK
RGB Variations
Color information
#08686D (or 0x08686D) is known color: Blue Lagoon. HEX triplet: 08, 68 and 6D. RGB value is (8,104,109). Sum of RGB (Red+Green+Blue) = 8+104+109=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #08686D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08686D is #F79792. Grayscale: #4B4B4B. Windows color (decimal): -16226195 or 7170056. OLE color: 7170056.
HSL color Cylindrical-coordinate representation of color #08686D: hue angle of 182.97º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08686D is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 104 | 109 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.57 |
| HSL | 182.97º | 0.86% | 0.23% | - |
| HSV(B) | 182.97º | 0.93% | 0.43% | - |
| XYZ | 7.81 | 11.06 | 16.19 | - |
| YUV | 75.87 | 146.7 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 104 | 109 | 0.93 | 0.05 | 0 | 0.57 | 182.97 | 0.86 | 0.23 |
| Hex | 8 | 68 | 6D | 5D | 5 | 0 | 39 | B7 | 56 | 17 |
| Octal | 10 | 150 | 155 | 135 | 5 | 0 | 71 | 267 | 126 | 27 |
| Binary | 1000 | 1101000 | 1101101 | 1011101 | 101 | 0 | 111001 | 10110111 | 1010110 | 10111 |
Color Harmonies of #08686D
Complementary color
Monochromatic Colors of #08686D
Black with #08686D
Text Example
Text Example
White with #08686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08686D; }
p { color: rgb(8,104,109); }
H1.HeaderClassName
{
color: #08686D;
}
.AnyTagClassName
{
color: #08686D;
}
</style>
background-color css
<style>
a { background-color: #08686D; }
a { background-color: rgb(8,104,109); }
div.DivClassName
{
background-color: #08686D;
}
.BgClassName
{
background-color: #08686D;
}
</style>
border-color css
<style>
span { border-color: #08686D; }
span { border-color: rgb(8,104,109); }
td.TdClassName
{
border-color: #08686D;
}
.TagClassName
{
border-color: #08686D;
}
</style>