Shades of Blue Lagoon #08696A
Tints of Blue Lagoon #08696A
RGB
CMYK
RGB Variations
Color information
#08696A (or 0x08696A) is known color: Blue Lagoon. HEX triplet: 08, 69 and 6A. RGB value is (8,105,106). Sum of RGB (Red+Green+Blue) = 8+105+106=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 106 - color contains mainly: blue. Hex color #08696A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08696A is #F79695. Grayscale: #4C4C4C. Windows color (decimal): -16225942 or 6973704. OLE color: 6973704.
HSL color Cylindrical-coordinate representation of color #08696A: hue angle of 180.61º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08696A is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 105 | 106 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.58 |
| HSL | 180.61º | 0.86% | 0.22% | - |
| HSV(B) | 180.61º | 0.92% | 0.42% | - |
| XYZ | 7.75 | 11.2 | 15.39 | - |
| YUV | 76.11 | 144.86 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 105 | 106 | 0.92 | 0.01 | 0 | 0.58 | 180.61 | 0.86 | 0.22 |
| Hex | 8 | 69 | 6A | 5C | 1 | 0 | 3A | B5 | 56 | 16 |
| Octal | 10 | 151 | 152 | 134 | 1 | 0 | 72 | 265 | 126 | 26 |
| Binary | 1000 | 1101001 | 1101010 | 1011100 | 1 | 0 | 111010 | 10110101 | 1010110 | 10110 |
Color Harmonies of #08696A
Complementary color
Monochromatic Colors of #08696A
Black with #08696A
Text Example
Text Example
White with #08696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08696A; }
p { color: rgb(8,105,106); }
H1.HeaderClassName
{
color: #08696A;
}
.AnyTagClassName
{
color: #08696A;
}
</style>
background-color css
<style>
a { background-color: #08696A; }
a { background-color: rgb(8,105,106); }
div.DivClassName
{
background-color: #08696A;
}
.BgClassName
{
background-color: #08696A;
}
</style>
border-color css
<style>
span { border-color: #08696A; }
span { border-color: rgb(8,105,106); }
td.TdClassName
{
border-color: #08696A;
}
.TagClassName
{
border-color: #08696A;
}
</style>