Shades of Blue Lagoon #096B73
Tints of Blue Lagoon #096B73
RGB
CMYK
RGB Variations
Color information
#096B73 (or 0x096B73) is known color: Blue Lagoon. HEX triplet: 09, 6B and 73. RGB value is (9,107,115). Sum of RGB (Red+Green+Blue) = 9+107+115=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #096B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B73 is #F6948C. Grayscale: #4E4E4E. Windows color (decimal): -16159885 or 7564041. OLE color: 7564041.
HSL color Cylindrical-coordinate representation of color #096B73: hue angle of 184.53º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096B73 is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 107 | 115 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.55 |
| HSL | 184.53º | 0.85% | 0.24% | - |
| HSV(B) | 184.53º | 0.92% | 0.45% | - |
| XYZ | 8.46 | 11.81 | 18.05 | - |
| YUV | 78.61 | 148.53 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 115 | 0.92 | 0.07 | 0 | 0.55 | 184.53 | 0.85 | 0.24 |
| Hex | 9 | 6B | 73 | 5C | 7 | 0 | 37 | B9 | 55 | 18 |
| Octal | 11 | 153 | 163 | 134 | 7 | 0 | 67 | 271 | 125 | 30 |
| Binary | 1001 | 1101011 | 1110011 | 1011100 | 111 | 0 | 110111 | 10111001 | 1010101 | 11000 |
Color Harmonies of #096B73
Complementary color
Monochromatic Colors of #096B73
Black with #096B73
Text Example
Text Example
White with #096B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096B73; }
p { color: rgb(9,107,115); }
H1.HeaderClassName
{
color: #096B73;
}
.AnyTagClassName
{
color: #096B73;
}
</style>
background-color css
<style>
a { background-color: #096B73; }
a { background-color: rgb(9,107,115); }
div.DivClassName
{
background-color: #096B73;
}
.BgClassName
{
background-color: #096B73;
}
</style>
border-color css
<style>
span { border-color: #096B73; }
span { border-color: rgb(9,107,115); }
td.TdClassName
{
border-color: #096B73;
}
.TagClassName
{
border-color: #096B73;
}
</style>