Shades of Blue Lagoon #096A70
Tints of Blue Lagoon #096A70
RGB
CMYK
RGB Variations
Color information
#096A70 (or 0x096A70) is known color: Blue Lagoon. HEX triplet: 09, 6A and 70. RGB value is (9,106,112). Sum of RGB (Red+Green+Blue) = 9+106+112=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 106 (41.80% from 255 or 46.70% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #096A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096A70 is #F6958F. Grayscale: #4D4D4D. Windows color (decimal): -16160144 or 7367177. OLE color: 7367177.
HSL color Cylindrical-coordinate representation of color #096A70: hue angle of 183.5º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096A70 is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 106 | 112 | - |
| CMYK | 0.92 | 0.05 | 0 | 0.56 |
| HSL | 183.5º | 0.85% | 0.24% | - |
| HSV(B) | 183.5º | 0.92% | 0.44% | - |
| XYZ | 8.19 | 11.54 | 17.12 | - |
| YUV | 77.68 | 147.36 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 106 | 112 | 0.92 | 0.05 | 0 | 0.56 | 183.5 | 0.85 | 0.24 |
| Hex | 9 | 6A | 70 | 5C | 5 | 0 | 38 | B7 | 55 | 18 |
| Octal | 11 | 152 | 160 | 134 | 5 | 0 | 70 | 267 | 125 | 30 |
| Binary | 1001 | 1101010 | 1110000 | 1011100 | 101 | 0 | 111000 | 10110111 | 1010101 | 11000 |
Color Harmonies of #096A70
Complementary color
Monochromatic Colors of #096A70
Black with #096A70
Text Example
Text Example
White with #096A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096A70; }
p { color: rgb(9,106,112); }
H1.HeaderClassName
{
color: #096A70;
}
.AnyTagClassName
{
color: #096A70;
}
</style>
background-color css
<style>
a { background-color: #096A70; }
a { background-color: rgb(9,106,112); }
div.DivClassName
{
background-color: #096A70;
}
.BgClassName
{
background-color: #096A70;
}
</style>
border-color css
<style>
span { border-color: #096A70; }
span { border-color: rgb(9,106,112); }
td.TdClassName
{
border-color: #096A70;
}
.TagClassName
{
border-color: #096A70;
}
</style>