Shades of Blue Lagoon #07687D
Tints of Blue Lagoon #07687D
RGB
CMYK
RGB Variations
Color information
#07687D (or 0x07687D) is known color: Blue Lagoon. HEX triplet: 07, 68 and 7D. RGB value is (7,104,125). Sum of RGB (Red+Green+Blue) = 7+104+125=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #07687D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07687D is #F89782. Grayscale: #4D4D4D. Windows color (decimal): -16291715 or 8218631. OLE color: 8218631.
HSL color Cylindrical-coordinate representation of color #07687D: hue angle of 190.68º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07687D is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 104 | 125 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.51 |
| HSL | 190.68º | 0.89% | 0.26% | - |
| HSV(B) | 190.68º | 0.94% | 0.49% | - |
| XYZ | 8.74 | 11.43 | 21.15 | - |
| YUV | 77.39 | 154.86 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 125 | 0.94 | 0.17 | 0 | 0.51 | 190.68 | 0.89 | 0.26 |
| Hex | 7 | 68 | 7D | 5E | 11 | 0 | 33 | BF | 59 | 1A |
| Octal | 7 | 150 | 175 | 136 | 21 | 0 | 63 | 277 | 131 | 32 |
| Binary | 111 | 1101000 | 1111101 | 1011110 | 10001 | 0 | 110011 | 10111111 | 1011001 | 11010 |
Color Harmonies of #07687D
Complementary color
Monochromatic Colors of #07687D
Black with #07687D
Text Example
Text Example
White with #07687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07687D; }
p { color: rgb(7,104,125); }
H1.HeaderClassName
{
color: #07687D;
}
.AnyTagClassName
{
color: #07687D;
}
</style>
background-color css
<style>
a { background-color: #07687D; }
a { background-color: rgb(7,104,125); }
div.DivClassName
{
background-color: #07687D;
}
.BgClassName
{
background-color: #07687D;
}
</style>
border-color css
<style>
span { border-color: #07687D; }
span { border-color: rgb(7,104,125); }
td.TdClassName
{
border-color: #07687D;
}
.TagClassName
{
border-color: #07687D;
}
</style>