Shades of Blue Lagoon #07686C
Tints of Blue Lagoon #07686C
RGB
CMYK
RGB Variations
Color information
#07686C (or 0x07686C) is known color: Blue Lagoon. HEX triplet: 07, 68 and 6C. RGB value is (7,104,108). Sum of RGB (Red+Green+Blue) = 7+104+108=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #07686C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07686C is #F89793. Grayscale: #4B4B4B. Windows color (decimal): -16291732 or 7104519. OLE color: 7104519.
HSL color Cylindrical-coordinate representation of color #07686C: hue angle of 182.38º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07686C is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 104 | 108 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.58 |
| HSL | 182.38º | 0.88% | 0.23% | - |
| HSV(B) | 182.38º | 0.94% | 0.42% | - |
| XYZ | 7.74 | 11.03 | 15.91 | - |
| YUV | 75.45 | 146.36 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 108 | 0.94 | 0.04 | 0 | 0.58 | 182.38 | 0.88 | 0.23 |
| Hex | 7 | 68 | 6C | 5E | 4 | 0 | 3A | B6 | 58 | 17 |
| Octal | 7 | 150 | 154 | 136 | 4 | 0 | 72 | 266 | 130 | 27 |
| Binary | 111 | 1101000 | 1101100 | 1011110 | 100 | 0 | 111010 | 10110110 | 1011000 | 10111 |
Color Harmonies of #07686C
Complementary color
Monochromatic Colors of #07686C
Black with #07686C
Text Example
Text Example
White with #07686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07686C; }
p { color: rgb(7,104,108); }
H1.HeaderClassName
{
color: #07686C;
}
.AnyTagClassName
{
color: #07686C;
}
</style>
background-color css
<style>
a { background-color: #07686C; }
a { background-color: rgb(7,104,108); }
div.DivClassName
{
background-color: #07686C;
}
.BgClassName
{
background-color: #07686C;
}
</style>
border-color css
<style>
span { border-color: #07686C; }
span { border-color: rgb(7,104,108); }
td.TdClassName
{
border-color: #07686C;
}
.TagClassName
{
border-color: #07686C;
}
</style>