Shades of Blue Lagoon #08696D
Tints of Blue Lagoon #08696D
RGB
CMYK
RGB Variations
Color information
#08696D (or 0x08696D) is known color: Blue Lagoon. HEX triplet: 08, 69 and 6D. RGB value is (8,105,109). Sum of RGB (Red+Green+Blue) = 8+105+109=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 105 (41.41% from 255 or 47.30% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #08696D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08696D is #F79692. Grayscale: #4C4C4C. Windows color (decimal): -16225939 or 7170312. OLE color: 7170312.
HSL color Cylindrical-coordinate representation of color #08696D: hue angle of 182.38º 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 #08696D is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 105 | 109 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.57 |
| HSL | 182.38º | 0.86% | 0.23% | - |
| HSV(B) | 182.38º | 0.93% | 0.43% | - |
| XYZ | 7.91 | 11.26 | 16.22 | - |
| YUV | 76.45 | 146.36 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 105 | 109 | 0.93 | 0.04 | 0 | 0.57 | 182.38 | 0.86 | 0.23 |
| Hex | 8 | 69 | 6D | 5D | 4 | 0 | 39 | B6 | 56 | 17 |
| Octal | 10 | 151 | 155 | 135 | 4 | 0 | 71 | 266 | 126 | 27 |
| Binary | 1000 | 1101001 | 1101101 | 1011101 | 100 | 0 | 111001 | 10110110 | 1010110 | 10111 |
Color Harmonies of #08696D
Complementary color
Monochromatic Colors of #08696D
Black with #08696D
Text Example
Text Example
White with #08696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08696D; }
p { color: rgb(8,105,109); }
H1.HeaderClassName
{
color: #08696D;
}
.AnyTagClassName
{
color: #08696D;
}
</style>
background-color css
<style>
a { background-color: #08696D; }
a { background-color: rgb(8,105,109); }
div.DivClassName
{
background-color: #08696D;
}
.BgClassName
{
background-color: #08696D;
}
</style>
border-color css
<style>
span { border-color: #08696D; }
span { border-color: rgb(8,105,109); }
td.TdClassName
{
border-color: #08696D;
}
.TagClassName
{
border-color: #08696D;
}
</style>