Shades of Blue Lagoon #09677B
Tints of Blue Lagoon #09677B
RGB
CMYK
RGB Variations
Color information
#09677B (or 0x09677B) is known color: Blue Lagoon. HEX triplet: 09, 67 and 7B. RGB value is (9,103,123). Sum of RGB (Red+Green+Blue) = 9+103+123=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #09677B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09677B is #F69884. Grayscale: #4D4D4D. Windows color (decimal): -16160901 or 8087305. OLE color: 8087305.
HSL color Cylindrical-coordinate representation of color #09677B: hue angle of 190.53º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09677B is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 103 | 123 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.52 |
| HSL | 190.53º | 0.86% | 0.26% | - |
| HSV(B) | 190.53º | 0.93% | 0.48% | - |
| XYZ | 8.54 | 11.19 | 20.45 | - |
| YUV | 77.17 | 153.86 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 103 | 123 | 0.93 | 0.16 | 0 | 0.52 | 190.53 | 0.86 | 0.26 |
| Hex | 9 | 67 | 7B | 5D | 10 | 0 | 34 | BF | 56 | 1A |
| Octal | 11 | 147 | 173 | 135 | 20 | 0 | 64 | 277 | 126 | 32 |
| Binary | 1001 | 1100111 | 1111011 | 1011101 | 10000 | 0 | 110100 | 10111111 | 1010110 | 11010 |
Color Harmonies of #09677B
Complementary color
Monochromatic Colors of #09677B
Black with #09677B
Text Example
Text Example
White with #09677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09677B; }
p { color: rgb(9,103,123); }
H1.HeaderClassName
{
color: #09677B;
}
.AnyTagClassName
{
color: #09677B;
}
</style>
background-color css
<style>
a { background-color: #09677B; }
a { background-color: rgb(9,103,123); }
div.DivClassName
{
background-color: #09677B;
}
.BgClassName
{
background-color: #09677B;
}
</style>
border-color css
<style>
span { border-color: #09677B; }
span { border-color: rgb(9,103,123); }
td.TdClassName
{
border-color: #09677B;
}
.TagClassName
{
border-color: #09677B;
}
</style>