Shades of Blue Lagoon #08696C
Tints of Blue Lagoon #08696C
RGB
CMYK
RGB Variations
Color information
#08696C (or 0x08696C) is known color: Blue Lagoon. HEX triplet: 08, 69 and 6C. RGB value is (8,105,108). Sum of RGB (Red+Green+Blue) = 8+105+108=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #08696C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08696C is #F79693. Grayscale: #4C4C4C. Windows color (decimal): -16225940 or 7104776. OLE color: 7104776.
HSL color Cylindrical-coordinate representation of color #08696C: hue angle of 181.8º 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 #08696C is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 105 | 108 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.58 |
| HSL | 181.8º | 0.86% | 0.23% | - |
| HSV(B) | 181.8º | 0.93% | 0.42% | - |
| XYZ | 7.86 | 11.24 | 15.94 | - |
| YUV | 76.34 | 145.86 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 105 | 108 | 0.93 | 0.03 | 0 | 0.58 | 181.8 | 0.86 | 0.23 |
| Hex | 8 | 69 | 6C | 5D | 3 | 0 | 3A | B6 | 56 | 17 |
| Octal | 10 | 151 | 154 | 135 | 3 | 0 | 72 | 266 | 126 | 27 |
| Binary | 1000 | 1101001 | 1101100 | 1011101 | 11 | 0 | 111010 | 10110110 | 1010110 | 10111 |
Color Harmonies of #08696C
Complementary color
Monochromatic Colors of #08696C
Black with #08696C
Text Example
Text Example
White with #08696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08696C; }
p { color: rgb(8,105,108); }
H1.HeaderClassName
{
color: #08696C;
}
.AnyTagClassName
{
color: #08696C;
}
</style>
background-color css
<style>
a { background-color: #08696C; }
a { background-color: rgb(8,105,108); }
div.DivClassName
{
background-color: #08696C;
}
.BgClassName
{
background-color: #08696C;
}
</style>
border-color css
<style>
span { border-color: #08696C; }
span { border-color: rgb(8,105,108); }
td.TdClassName
{
border-color: #08696C;
}
.TagClassName
{
border-color: #08696C;
}
</style>