Shades of Blue Lagoon #07576B
Tints of Blue Lagoon #07576B
RGB
CMYK
RGB Variations
Color information
#07576B (or 0x07576B) is known color: Blue Lagoon. HEX triplet: 07, 57 and 6B. RGB value is (7,87,107). Sum of RGB (Red+Green+Blue) = 7+87+107=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 107 (42.19% from 255 or 53.23% from 201); Max value from RGB is 107 - color contains mainly: blue. Hex color #07576B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07576B is #F8A894. Grayscale: #414141. Windows color (decimal): -16296085 or 7034631. OLE color: 7034631.
HSL color Cylindrical-coordinate representation of color #07576B: hue angle of 192º 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 #07576B is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 87 | 107 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.58 |
| HSL | 192º | 0.88% | 0.22% | - |
| HSV(B) | 192º | 0.93% | 0.42% | - |
| XYZ | 6.15 | 7.92 | 15.12 | - |
| YUV | 65.36 | 151.5 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 87 | 107 | 0.93 | 0.19 | 0 | 0.58 | 192 | 0.88 | 0.22 |
| Hex | 7 | 57 | 6B | 5D | 13 | 0 | 3A | C0 | 58 | 16 |
| Octal | 7 | 127 | 153 | 135 | 23 | 0 | 72 | 300 | 130 | 26 |
| Binary | 111 | 1010111 | 1101011 | 1011101 | 10011 | 0 | 111010 | 11000000 | 1011000 | 10110 |
Color Harmonies of #07576B
Complementary color
Monochromatic Colors of #07576B
Black with #07576B
Text Example
Text Example
White with #07576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07576B; }
p { color: rgb(7,87,107); }
H1.HeaderClassName
{
color: #07576B;
}
.AnyTagClassName
{
color: #07576B;
}
</style>
background-color css
<style>
a { background-color: #07576B; }
a { background-color: rgb(7,87,107); }
div.DivClassName
{
background-color: #07576B;
}
.BgClassName
{
background-color: #07576B;
}
</style>
border-color css
<style>
span { border-color: #07576B; }
span { border-color: rgb(7,87,107); }
td.TdClassName
{
border-color: #07576B;
}
.TagClassName
{
border-color: #07576B;
}
</style>