Shades of Blue Lagoon #09696B
Tints of Blue Lagoon #09696B
RGB
CMYK
RGB Variations
Color information
#09696B (or 0x09696B) is known color: Blue Lagoon. HEX triplet: 09, 69 and 6B. RGB value is (9,105,107). Sum of RGB (Red+Green+Blue) = 9+105+107=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 107 (42.19% from 255 or 48.42% from 221); Max value from RGB is 107 - color contains mainly: blue. Hex color #09696B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09696B is #F69694. Grayscale: #4C4C4C. Windows color (decimal): -16160405 or 7039241. OLE color: 7039241.
HSL color Cylindrical-coordinate representation of color #09696B: hue angle of 181.22º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09696B is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 105 | 107 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.58 |
| HSL | 181.22º | 0.84% | 0.23% | - |
| HSV(B) | 181.22º | 0.92% | 0.42% | - |
| XYZ | 7.82 | 11.22 | 15.66 | - |
| YUV | 76.52 | 145.2 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 107 | 0.92 | 0.02 | 0 | 0.58 | 181.22 | 0.84 | 0.23 |
| Hex | 9 | 69 | 6B | 5C | 2 | 0 | 3A | B5 | 54 | 17 |
| Octal | 11 | 151 | 153 | 134 | 2 | 0 | 72 | 265 | 124 | 27 |
| Binary | 1001 | 1101001 | 1101011 | 1011100 | 10 | 0 | 111010 | 10110101 | 1010100 | 10111 |
Color Harmonies of #09696B
Complementary color
Monochromatic Colors of #09696B
Black with #09696B
Text Example
Text Example
White with #09696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09696B; }
p { color: rgb(9,105,107); }
H1.HeaderClassName
{
color: #09696B;
}
.AnyTagClassName
{
color: #09696B;
}
</style>
background-color css
<style>
a { background-color: #09696B; }
a { background-color: rgb(9,105,107); }
div.DivClassName
{
background-color: #09696B;
}
.BgClassName
{
background-color: #09696B;
}
</style>
border-color css
<style>
span { border-color: #09696B; }
span { border-color: rgb(9,105,107); }
td.TdClassName
{
border-color: #09696B;
}
.TagClassName
{
border-color: #09696B;
}
</style>