Shades of Blue Lagoon #09696E
Tints of Blue Lagoon #09696E
RGB
CMYK
RGB Variations
Color information
#09696E (or 0x09696E) is known color: Blue Lagoon. HEX triplet: 09, 69 and 6E. RGB value is (9,105,110). Sum of RGB (Red+Green+Blue) = 9+105+110=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #09696E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09696E is #F69691. Grayscale: #4C4C4C. Windows color (decimal): -16160402 or 7235849. OLE color: 7235849.
HSL color Cylindrical-coordinate representation of color #09696E: hue angle of 182.97º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09696E is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 105 | 110 | - |
| CMYK | 0.92 | 0.05 | 0 | 0.57 |
| HSL | 182.97º | 0.85% | 0.23% | - |
| HSV(B) | 182.97º | 0.92% | 0.43% | - |
| XYZ | 7.98 | 11.29 | 16.51 | - |
| YUV | 76.87 | 146.7 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 110 | 0.92 | 0.05 | 0 | 0.57 | 182.97 | 0.85 | 0.23 |
| Hex | 9 | 69 | 6E | 5C | 5 | 0 | 39 | B7 | 55 | 17 |
| Octal | 11 | 151 | 156 | 134 | 5 | 0 | 71 | 267 | 125 | 27 |
| Binary | 1001 | 1101001 | 1101110 | 1011100 | 101 | 0 | 111001 | 10110111 | 1010101 | 10111 |
Color Harmonies of #09696E
Complementary color
Monochromatic Colors of #09696E
Black with #09696E
Text Example
Text Example
White with #09696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09696E; }
p { color: rgb(9,105,110); }
H1.HeaderClassName
{
color: #09696E;
}
.AnyTagClassName
{
color: #09696E;
}
</style>
background-color css
<style>
a { background-color: #09696E; }
a { background-color: rgb(9,105,110); }
div.DivClassName
{
background-color: #09696E;
}
.BgClassName
{
background-color: #09696E;
}
</style>
border-color css
<style>
span { border-color: #09696E; }
span { border-color: rgb(9,105,110); }
td.TdClassName
{
border-color: #09696E;
}
.TagClassName
{
border-color: #09696E;
}
</style>