Shades of Blue Lagoon #09656A
Tints of Blue Lagoon #09656A
RGB
CMYK
RGB Variations
Color information
#09656A (or 0x09656A) is known color: Blue Lagoon. HEX triplet: 09, 65 and 6A. RGB value is (9,101,106). Sum of RGB (Red+Green+Blue) = 9+101+106=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 101 (39.84% from 255 or 46.76% from 216); Blue value is 106 (41.80% from 255 or 49.07% from 216); Max value from RGB is 106 - color contains mainly: blue. Hex color #09656A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09656A is #F69A95. Grayscale: #494949. Windows color (decimal): -16161430 or 6972681. OLE color: 6972681.
HSL color Cylindrical-coordinate representation of color #09656A: hue angle of 183.09º 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 #09656A is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 101 | 106 | - |
| CMYK | 0.92 | 0.05 | 0 | 0.58 |
| HSL | 183.09º | 0.84% | 0.23% | - |
| HSV(B) | 183.09º | 0.92% | 0.42% | - |
| XYZ | 7.37 | 10.41 | 15.26 | - |
| YUV | 74.06 | 146.02 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 106 | 0.92 | 0.05 | 0 | 0.58 | 183.09 | 0.84 | 0.23 |
| Hex | 9 | 65 | 6A | 5C | 5 | 0 | 3A | B7 | 54 | 17 |
| Octal | 11 | 145 | 152 | 134 | 5 | 0 | 72 | 267 | 124 | 27 |
| Binary | 1001 | 1100101 | 1101010 | 1011100 | 101 | 0 | 111010 | 10110111 | 1010100 | 10111 |
Color Harmonies of #09656A
Complementary color
Monochromatic Colors of #09656A
Black with #09656A
Text Example
Text Example
White with #09656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09656A; }
p { color: rgb(9,101,106); }
H1.HeaderClassName
{
color: #09656A;
}
.AnyTagClassName
{
color: #09656A;
}
</style>
background-color css
<style>
a { background-color: #09656A; }
a { background-color: rgb(9,101,106); }
div.DivClassName
{
background-color: #09656A;
}
.BgClassName
{
background-color: #09656A;
}
</style>
border-color css
<style>
span { border-color: #09656A; }
span { border-color: rgb(9,101,106); }
td.TdClassName
{
border-color: #09656A;
}
.TagClassName
{
border-color: #09656A;
}
</style>