Shades of Blue Lagoon #096D75
Tints of Blue Lagoon #096D75
RGB
CMYK
RGB Variations
Color information
#096D75 (or 0x096D75) is known color: Blue Lagoon. HEX triplet: 09, 6D and 75. RGB value is (9,109,117). Sum of RGB (Red+Green+Blue) = 9+109+117=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 109 (42.97% from 255 or 46.38% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #096D75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096D75 is #F6928A. Grayscale: #4F4F4F. Windows color (decimal): -16159371 or 7695625. OLE color: 7695625.
HSL color Cylindrical-coordinate representation of color #096D75: hue angle of 184.44º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096D75 is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 109 | 117 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.54 |
| HSL | 184.44º | 0.86% | 0.25% | - |
| HSV(B) | 184.44º | 0.92% | 0.46% | - |
| XYZ | 8.79 | 12.28 | 18.74 | - |
| YUV | 80.01 | 148.87 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 117 | 0.92 | 0.07 | 0 | 0.54 | 184.44 | 0.86 | 0.25 |
| Hex | 9 | 6D | 75 | 5C | 7 | 0 | 36 | B8 | 56 | 19 |
| Octal | 11 | 155 | 165 | 134 | 7 | 0 | 66 | 270 | 126 | 31 |
| Binary | 1001 | 1101101 | 1110101 | 1011100 | 111 | 0 | 110110 | 10111000 | 1010110 | 11001 |
Color Harmonies of #096D75
Complementary color
Monochromatic Colors of #096D75
Black with #096D75
Text Example
Text Example
White with #096D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096D75; }
p { color: rgb(9,109,117); }
H1.HeaderClassName
{
color: #096D75;
}
.AnyTagClassName
{
color: #096D75;
}
</style>
background-color css
<style>
a { background-color: #096D75; }
a { background-color: rgb(9,109,117); }
div.DivClassName
{
background-color: #096D75;
}
.BgClassName
{
background-color: #096D75;
}
</style>
border-color css
<style>
span { border-color: #096D75; }
span { border-color: rgb(9,109,117); }
td.TdClassName
{
border-color: #096D75;
}
.TagClassName
{
border-color: #096D75;
}
</style>