Shades of Blue Lagoon #075D7F
Tints of Blue Lagoon #075D7F
RGB
CMYK
RGB Variations
Color information
#075D7F (or 0x075D7F) is known color: Blue Lagoon. HEX triplet: 07, 5D and 7F. RGB value is (7,93,127). Sum of RGB (Red+Green+Blue) = 7+93+127=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #075D7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075D7F is #F8A280. Grayscale: #464646. Windows color (decimal): -16294529 or 8346887. OLE color: 8346887.
HSL color Cylindrical-coordinate representation of color #075D7F: hue angle of 197º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075D7F is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 93 | 127 | - |
| CMYK | 0.94 | 0.27 | 0 | 0.50 |
| HSL | 197º | 0.9% | 0.26% | - |
| HSV(B) | 197º | 0.94% | 0.5% | - |
| XYZ | 7.83 | 9.41 | 21.48 | - |
| YUV | 71.16 | 159.51 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 127 | 0.94 | 0.27 | 0 | 0.50 | 197 | 0.9 | 0.26 |
| Hex | 7 | 5D | 7F | 5E | 1B | 0 | 32 | C5 | 5A | 1A |
| Octal | 7 | 135 | 177 | 136 | 33 | 0 | 62 | 305 | 132 | 32 |
| Binary | 111 | 1011101 | 1111111 | 1011110 | 11011 | 0 | 110010 | 11000101 | 1011010 | 11010 |
Color Harmonies of #075D7F
Complementary color
Monochromatic Colors of #075D7F
Black with #075D7F
Text Example
Text Example
White with #075D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075D7F; }
p { color: rgb(7,93,127); }
H1.HeaderClassName
{
color: #075D7F;
}
.AnyTagClassName
{
color: #075D7F;
}
</style>
background-color css
<style>
a { background-color: #075D7F; }
a { background-color: rgb(7,93,127); }
div.DivClassName
{
background-color: #075D7F;
}
.BgClassName
{
background-color: #075D7F;
}
</style>
border-color css
<style>
span { border-color: #075D7F; }
span { border-color: rgb(7,93,127); }
td.TdClassName
{
border-color: #075D7F;
}
.TagClassName
{
border-color: #075D7F;
}
</style>