Shades of Blue Lagoon #07656B
Tints of Blue Lagoon #07656B
RGB
CMYK
RGB Variations
Color information
#07656B (or 0x07656B) is known color: Blue Lagoon. HEX triplet: 07, 65 and 6B. RGB value is (7,101,107). Sum of RGB (Red+Green+Blue) = 7+101+107=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #07656B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07656B is #F89A94. Grayscale: #494949. Windows color (decimal): -16292501 or 7038215. OLE color: 7038215.
HSL color Cylindrical-coordinate representation of color #07656B: hue angle of 183.6º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07656B is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 101 | 107 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.58 |
| HSL | 183.6º | 0.88% | 0.22% | - |
| HSV(B) | 183.6º | 0.93% | 0.42% | - |
| XYZ | 7.4 | 10.41 | 15.53 | - |
| YUV | 73.58 | 146.86 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 101 | 107 | 0.93 | 0.06 | 0 | 0.58 | 183.6 | 0.88 | 0.22 |
| Hex | 7 | 65 | 6B | 5D | 6 | 0 | 3A | B8 | 58 | 16 |
| Octal | 7 | 145 | 153 | 135 | 6 | 0 | 72 | 270 | 130 | 26 |
| Binary | 111 | 1100101 | 1101011 | 1011101 | 110 | 0 | 111010 | 10111000 | 1011000 | 10110 |
Color Harmonies of #07656B
Complementary color
Monochromatic Colors of #07656B
Black with #07656B
Text Example
Text Example
White with #07656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07656B; }
p { color: rgb(7,101,107); }
H1.HeaderClassName
{
color: #07656B;
}
.AnyTagClassName
{
color: #07656B;
}
</style>
background-color css
<style>
a { background-color: #07656B; }
a { background-color: rgb(7,101,107); }
div.DivClassName
{
background-color: #07656B;
}
.BgClassName
{
background-color: #07656B;
}
</style>
border-color css
<style>
span { border-color: #07656B; }
span { border-color: rgb(7,101,107); }
td.TdClassName
{
border-color: #07656B;
}
.TagClassName
{
border-color: #07656B;
}
</style>