Shades of Blue Lagoon #08686B
Tints of Blue Lagoon #08686B
RGB
CMYK
RGB Variations
Color information
#08686B (or 0x08686B) is known color: Blue Lagoon. HEX triplet: 08, 68 and 6B. RGB value is (8,104,107). Sum of RGB (Red+Green+Blue) = 8+104+107=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #08686B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08686B is #F79794. Grayscale: #4B4B4B. Windows color (decimal): -16226197 or 7038984. OLE color: 7038984.
HSL color Cylindrical-coordinate representation of color #08686B: hue angle of 181.82º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08686B is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 104 | 107 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.58 |
| HSL | 181.82º | 0.86% | 0.23% | - |
| HSV(B) | 181.82º | 0.93% | 0.42% | - |
| XYZ | 7.7 | 11.01 | 15.63 | - |
| YUV | 75.64 | 145.7 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 104 | 107 | 0.93 | 0.03 | 0 | 0.58 | 181.82 | 0.86 | 0.23 |
| Hex | 8 | 68 | 6B | 5D | 3 | 0 | 3A | B6 | 56 | 17 |
| Octal | 10 | 150 | 153 | 135 | 3 | 0 | 72 | 266 | 126 | 27 |
| Binary | 1000 | 1101000 | 1101011 | 1011101 | 11 | 0 | 111010 | 10110110 | 1010110 | 10111 |
Color Harmonies of #08686B
Complementary color
Monochromatic Colors of #08686B
Black with #08686B
Text Example
Text Example
White with #08686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08686B; }
p { color: rgb(8,104,107); }
H1.HeaderClassName
{
color: #08686B;
}
.AnyTagClassName
{
color: #08686B;
}
</style>
background-color css
<style>
a { background-color: #08686B; }
a { background-color: rgb(8,104,107); }
div.DivClassName
{
background-color: #08686B;
}
.BgClassName
{
background-color: #08686B;
}
</style>
border-color css
<style>
span { border-color: #08686B; }
span { border-color: rgb(8,104,107); }
td.TdClassName
{
border-color: #08686B;
}
.TagClassName
{
border-color: #08686B;
}
</style>