Shades of Blue Lagoon #08696F
Tints of Blue Lagoon #08696F
RGB
CMYK
RGB Variations
Color information
#08696F (or 0x08696F) is known color: Blue Lagoon. HEX triplet: 08, 69 and 6F. RGB value is (8,105,111). Sum of RGB (Red+Green+Blue) = 8+105+111=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 111 - color contains mainly: blue. Hex color #08696F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08696F is #F79690. Grayscale: #4C4C4C. Windows color (decimal): -16225937 or 7301384. OLE color: 7301384.
HSL color Cylindrical-coordinate representation of color #08696F: hue angle of 183.5º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08696F is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 105 | 111 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.56 |
| HSL | 183.5º | 0.87% | 0.23% | - |
| HSV(B) | 183.5º | 0.93% | 0.44% | - |
| XYZ | 8.02 | 11.3 | 16.8 | - |
| YUV | 76.68 | 147.36 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 105 | 111 | 0.93 | 0.05 | 0 | 0.56 | 183.5 | 0.87 | 0.23 |
| Hex | 8 | 69 | 6F | 5D | 5 | 0 | 38 | B7 | 57 | 17 |
| Octal | 10 | 151 | 157 | 135 | 5 | 0 | 70 | 267 | 127 | 27 |
| Binary | 1000 | 1101001 | 1101111 | 1011101 | 101 | 0 | 111000 | 10110111 | 1010111 | 10111 |
Color Harmonies of #08696F
Complementary color
Monochromatic Colors of #08696F
Black with #08696F
Text Example
Text Example
White with #08696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08696F; }
p { color: rgb(8,105,111); }
H1.HeaderClassName
{
color: #08696F;
}
.AnyTagClassName
{
color: #08696F;
}
</style>
background-color css
<style>
a { background-color: #08696F; }
a { background-color: rgb(8,105,111); }
div.DivClassName
{
background-color: #08696F;
}
.BgClassName
{
background-color: #08696F;
}
</style>
border-color css
<style>
span { border-color: #08696F; }
span { border-color: rgb(8,105,111); }
td.TdClassName
{
border-color: #08696F;
}
.TagClassName
{
border-color: #08696F;
}
</style>