Shades of Blue Lagoon #09656E
Tints of Blue Lagoon #09656E
RGB
CMYK
RGB Variations
Color information
#09656E (or 0x09656E) is known color: Blue Lagoon. HEX triplet: 09, 65 and 6E. RGB value is (9,101,110). Sum of RGB (Red+Green+Blue) = 9+101+110=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #09656E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09656E is #F69A91. Grayscale: #4A4A4A. Windows color (decimal): -16161426 or 7234825. OLE color: 7234825.
HSL color Cylindrical-coordinate representation of color #09656E: hue angle of 185.35º 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 #09656E is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 101 | 110 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.57 |
| HSL | 185.35º | 0.85% | 0.23% | - |
| HSV(B) | 185.35º | 0.92% | 0.43% | - |
| XYZ | 7.58 | 10.49 | 16.38 | - |
| YUV | 74.52 | 148.02 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 110 | 0.92 | 0.08 | 0 | 0.57 | 185.35 | 0.85 | 0.23 |
| Hex | 9 | 65 | 6E | 5C | 8 | 0 | 39 | B9 | 55 | 17 |
| Octal | 11 | 145 | 156 | 134 | 10 | 0 | 71 | 271 | 125 | 27 |
| Binary | 1001 | 1100101 | 1101110 | 1011100 | 1000 | 0 | 111001 | 10111001 | 1010101 | 10111 |
Color Harmonies of #09656E
Complementary color
Monochromatic Colors of #09656E
Black with #09656E
Text Example
Text Example
White with #09656E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09656E; }
p { color: rgb(9,101,110); }
H1.HeaderClassName
{
color: #09656E;
}
.AnyTagClassName
{
color: #09656E;
}
</style>
background-color css
<style>
a { background-color: #09656E; }
a { background-color: rgb(9,101,110); }
div.DivClassName
{
background-color: #09656E;
}
.BgClassName
{
background-color: #09656E;
}
</style>
border-color css
<style>
span { border-color: #09656E; }
span { border-color: rgb(9,101,110); }
td.TdClassName
{
border-color: #09656E;
}
.TagClassName
{
border-color: #09656E;
}
</style>