Shades of Blue Lagoon #08676D
Tints of Blue Lagoon #08676D
RGB
CMYK
RGB Variations
Color information
#08676D (or 0x08676D) is known color: Blue Lagoon. HEX triplet: 08, 67 and 6D. RGB value is (8,103,109). Sum of RGB (Red+Green+Blue) = 8+103+109=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 103 (40.62% from 255 or 46.82% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #08676D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08676D is #F79892. Grayscale: #4B4B4B. Windows color (decimal): -16226451 or 7169800. OLE color: 7169800.
HSL color Cylindrical-coordinate representation of color #08676D: hue angle of 183.56º 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 #08676D is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 103 | 109 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.57 |
| HSL | 183.56º | 0.86% | 0.23% | - |
| HSV(B) | 183.56º | 0.93% | 0.43% | - |
| XYZ | 7.71 | 10.86 | 16.16 | - |
| YUV | 75.28 | 147.03 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 103 | 109 | 0.93 | 0.06 | 0 | 0.57 | 183.56 | 0.86 | 0.23 |
| Hex | 8 | 67 | 6D | 5D | 6 | 0 | 39 | B8 | 56 | 17 |
| Octal | 10 | 147 | 155 | 135 | 6 | 0 | 71 | 270 | 126 | 27 |
| Binary | 1000 | 1100111 | 1101101 | 1011101 | 110 | 0 | 111001 | 10111000 | 1010110 | 10111 |
Color Harmonies of #08676D
Complementary color
Monochromatic Colors of #08676D
Black with #08676D
Text Example
Text Example
White with #08676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08676D; }
p { color: rgb(8,103,109); }
H1.HeaderClassName
{
color: #08676D;
}
.AnyTagClassName
{
color: #08676D;
}
</style>
background-color css
<style>
a { background-color: #08676D; }
a { background-color: rgb(8,103,109); }
div.DivClassName
{
background-color: #08676D;
}
.BgClassName
{
background-color: #08676D;
}
</style>
border-color css
<style>
span { border-color: #08676D; }
span { border-color: rgb(8,103,109); }
td.TdClassName
{
border-color: #08676D;
}
.TagClassName
{
border-color: #08676D;
}
</style>