Shades of Blue Lagoon #096E7A
Tints of Blue Lagoon #096E7A
RGB
CMYK
RGB Variations
Color information
#096E7A (or 0x096E7A) is known color: Blue Lagoon. HEX triplet: 09, 6E and 7A. RGB value is (9,110,122). Sum of RGB (Red+Green+Blue) = 9+110+122=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 110 (43.36% from 255 or 45.64% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #096E7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096E7A is #F69185. Grayscale: #515151. Windows color (decimal): -16159110 or 8023561. OLE color: 8023561.
HSL color Cylindrical-coordinate representation of color #096E7A: hue angle of 186.37º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096E7A is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 110 | 122 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.52 |
| HSL | 186.37º | 0.86% | 0.26% | - |
| HSV(B) | 186.37º | 0.93% | 0.48% | - |
| XYZ | 9.2 | 12.62 | 20.36 | - |
| YUV | 81.17 | 151.04 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 122 | 0.93 | 0.10 | 0 | 0.52 | 186.37 | 0.86 | 0.26 |
| Hex | 9 | 6E | 7A | 5D | A | 0 | 34 | BA | 56 | 1A |
| Octal | 11 | 156 | 172 | 135 | 12 | 0 | 64 | 272 | 126 | 32 |
| Binary | 1001 | 1101110 | 1111010 | 1011101 | 1010 | 0 | 110100 | 10111010 | 1010110 | 11010 |
Color Harmonies of #096E7A
Complementary color
Monochromatic Colors of #096E7A
Black with #096E7A
Text Example
Text Example
White with #096E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096E7A; }
p { color: rgb(9,110,122); }
H1.HeaderClassName
{
color: #096E7A;
}
.AnyTagClassName
{
color: #096E7A;
}
</style>
background-color css
<style>
a { background-color: #096E7A; }
a { background-color: rgb(9,110,122); }
div.DivClassName
{
background-color: #096E7A;
}
.BgClassName
{
background-color: #096E7A;
}
</style>
border-color css
<style>
span { border-color: #096E7A; }
span { border-color: rgb(9,110,122); }
td.TdClassName
{
border-color: #096E7A;
}
.TagClassName
{
border-color: #096E7A;
}
</style>