Shades of Blue Lagoon #07626B
Tints of Blue Lagoon #07626B
RGB
CMYK
RGB Variations
Color information
#07626B (or 0x07626B) is known color: Blue Lagoon. HEX triplet: 07, 62 and 6B. RGB value is (7,98,107). Sum of RGB (Red+Green+Blue) = 7+98+107=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #07626B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07626B is #F89D94. Grayscale: #474747. Windows color (decimal): -16293269 or 7037447. OLE color: 7037447.
HSL color Cylindrical-coordinate representation of color #07626B: hue angle of 185.4º 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 #07626B is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 98 | 107 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.58 |
| HSL | 185.4º | 0.88% | 0.22% | - |
| HSV(B) | 185.4º | 0.93% | 0.42% | - |
| XYZ | 7.11 | 9.84 | 15.43 | - |
| YUV | 71.82 | 147.85 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 98 | 107 | 0.93 | 0.08 | 0 | 0.58 | 185.4 | 0.88 | 0.22 |
| Hex | 7 | 62 | 6B | 5D | 8 | 0 | 3A | B9 | 58 | 16 |
| Octal | 7 | 142 | 153 | 135 | 10 | 0 | 72 | 271 | 130 | 26 |
| Binary | 111 | 1100010 | 1101011 | 1011101 | 1000 | 0 | 111010 | 10111001 | 1011000 | 10110 |
Color Harmonies of #07626B
Complementary color
Monochromatic Colors of #07626B
Black with #07626B
Text Example
Text Example
White with #07626B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07626B; }
p { color: rgb(7,98,107); }
H1.HeaderClassName
{
color: #07626B;
}
.AnyTagClassName
{
color: #07626B;
}
</style>
background-color css
<style>
a { background-color: #07626B; }
a { background-color: rgb(7,98,107); }
div.DivClassName
{
background-color: #07626B;
}
.BgClassName
{
background-color: #07626B;
}
</style>
border-color css
<style>
span { border-color: #07626B; }
span { border-color: rgb(7,98,107); }
td.TdClassName
{
border-color: #07626B;
}
.TagClassName
{
border-color: #07626B;
}
</style>