Shades of Blue Lagoon #096C7F
Tints of Blue Lagoon #096C7F
RGB
CMYK
RGB Variations
Color information
#096C7F (or 0x096C7F) is known color: Blue Lagoon. HEX triplet: 09, 6C and 7F. RGB value is (9,108,127). Sum of RGB (Red+Green+Blue) = 9+108+127=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #096C7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096C7F is #F69380. Grayscale: #505050. Windows color (decimal): -16159617 or 8350729. OLE color: 8350729.
HSL color Cylindrical-coordinate representation of color #096C7F: hue angle of 189.66º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096C7F is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 108 | 127 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.50 |
| HSL | 189.66º | 0.87% | 0.27% | - |
| HSV(B) | 189.66º | 0.93% | 0.5% | - |
| XYZ | 9.31 | 12.32 | 21.97 | - |
| YUV | 80.57 | 154.2 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 108 | 127 | 0.93 | 0.15 | 0 | 0.50 | 189.66 | 0.87 | 0.27 |
| Hex | 9 | 6C | 7F | 5D | F | 0 | 32 | BE | 57 | 1B |
| Octal | 11 | 154 | 177 | 135 | 17 | 0 | 62 | 276 | 127 | 33 |
| Binary | 1001 | 1101100 | 1111111 | 1011101 | 1111 | 0 | 110010 | 10111110 | 1010111 | 11011 |
Color Harmonies of #096C7F
Complementary color
Monochromatic Colors of #096C7F
Black with #096C7F
Text Example
Text Example
White with #096C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096C7F; }
p { color: rgb(9,108,127); }
H1.HeaderClassName
{
color: #096C7F;
}
.AnyTagClassName
{
color: #096C7F;
}
</style>
background-color css
<style>
a { background-color: #096C7F; }
a { background-color: rgb(9,108,127); }
div.DivClassName
{
background-color: #096C7F;
}
.BgClassName
{
background-color: #096C7F;
}
</style>
border-color css
<style>
span { border-color: #096C7F; }
span { border-color: rgb(9,108,127); }
td.TdClassName
{
border-color: #096C7F;
}
.TagClassName
{
border-color: #096C7F;
}
</style>