Shades of Blue Lagoon #08656E
Tints of Blue Lagoon #08656E
RGB
CMYK
RGB Variations
Color information
#08656E (or 0x08656E) is known color: Blue Lagoon. HEX triplet: 08, 65 and 6E. RGB value is (8,101,110). Sum of RGB (Red+Green+Blue) = 8+101+110=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 101 (39.84% from 255 or 46.12% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #08656E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08656E is #F79A91. Grayscale: #4A4A4A. Windows color (decimal): -16226962 or 7234824. OLE color: 7234824.
HSL color Cylindrical-coordinate representation of color #08656E: hue angle of 185.29º 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 #08656E is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 101 | 110 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.57 |
| HSL | 185.29º | 0.86% | 0.23% | - |
| HSV(B) | 185.29º | 0.93% | 0.43% | - |
| XYZ | 7.57 | 10.48 | 16.38 | - |
| YUV | 74.22 | 148.19 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 101 | 110 | 0.93 | 0.08 | 0 | 0.57 | 185.29 | 0.86 | 0.23 |
| Hex | 8 | 65 | 6E | 5D | 8 | 0 | 39 | B9 | 56 | 17 |
| Octal | 10 | 145 | 156 | 135 | 10 | 0 | 71 | 271 | 126 | 27 |
| Binary | 1000 | 1100101 | 1101110 | 1011101 | 1000 | 0 | 111001 | 10111001 | 1010110 | 10111 |
Color Harmonies of #08656E
Complementary color
Monochromatic Colors of #08656E
Black with #08656E
Text Example
Text Example
White with #08656E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08656E; }
p { color: rgb(8,101,110); }
H1.HeaderClassName
{
color: #08656E;
}
.AnyTagClassName
{
color: #08656E;
}
</style>
background-color css
<style>
a { background-color: #08656E; }
a { background-color: rgb(8,101,110); }
div.DivClassName
{
background-color: #08656E;
}
.BgClassName
{
background-color: #08656E;
}
</style>
border-color css
<style>
span { border-color: #08656E; }
span { border-color: rgb(8,101,110); }
td.TdClassName
{
border-color: #08656E;
}
.TagClassName
{
border-color: #08656E;
}
</style>