Shades of Blue Lagoon #07657E
Tints of Blue Lagoon #07657E
RGB
CMYK
RGB Variations
Color information
#07657E (or 0x07657E) is known color: Blue Lagoon. HEX triplet: 07, 65 and 7E. RGB value is (7,101,126). Sum of RGB (Red+Green+Blue) = 7+101+126=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 126 (49.61% from 255 or 53.85% from 234); Max value from RGB is 126 - color contains mainly: blue. Hex color #07657E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07657E is #F89A81. Grayscale: #4B4B4B. Windows color (decimal): -16292482 or 8283399. OLE color: 8283399.
HSL color Cylindrical-coordinate representation of color #07657E: hue angle of 192.61º 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 #07657E is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 101 | 126 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.51 |
| HSL | 192.61º | 0.89% | 0.26% | - |
| HSV(B) | 192.61º | 0.94% | 0.49% | - |
| XYZ | 8.51 | 10.86 | 21.39 | - |
| YUV | 75.74 | 156.36 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 101 | 126 | 0.94 | 0.20 | 0 | 0.51 | 192.61 | 0.89 | 0.26 |
| Hex | 7 | 65 | 7E | 5E | 14 | 0 | 33 | C1 | 59 | 1A |
| Octal | 7 | 145 | 176 | 136 | 24 | 0 | 63 | 301 | 131 | 32 |
| Binary | 111 | 1100101 | 1111110 | 1011110 | 10100 | 0 | 110011 | 11000001 | 1011001 | 11010 |
Color Harmonies of #07657E
Complementary color
Monochromatic Colors of #07657E
Black with #07657E
Text Example
Text Example
White with #07657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07657E; }
p { color: rgb(7,101,126); }
H1.HeaderClassName
{
color: #07657E;
}
.AnyTagClassName
{
color: #07657E;
}
</style>
background-color css
<style>
a { background-color: #07657E; }
a { background-color: rgb(7,101,126); }
div.DivClassName
{
background-color: #07657E;
}
.BgClassName
{
background-color: #07657E;
}
</style>
border-color css
<style>
span { border-color: #07657E; }
span { border-color: rgb(7,101,126); }
td.TdClassName
{
border-color: #07657E;
}
.TagClassName
{
border-color: #07657E;
}
</style>