Shades of Blue Lagoon #0A677C
Tints of Blue Lagoon #0A677C
RGB
CMYK
RGB Variations
Color information
#0A677C (or 0x0A677C) is known color: Blue Lagoon. HEX triplet: 0A, 67 and 7C. RGB value is (10,103,124). Sum of RGB (Red+Green+Blue) = 10+103+124=237 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.22% from 237); Green value is 103 (40.62% from 255 or 43.46% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A677C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A677C is #F59883. Grayscale: #4D4D4D. Windows color (decimal): -16095364 or 8152842. OLE color: 8152842.
HSL color Cylindrical-coordinate representation of color #0A677C: hue angle of 191.05º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A677C is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 103 | 124 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.51 |
| HSL | 191.05º | 0.85% | 0.26% | - |
| HSV(B) | 191.05º | 0.92% | 0.49% | - |
| XYZ | 8.61 | 11.22 | 20.78 | - |
| YUV | 77.59 | 154.19 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 103 | 124 | 0.92 | 0.17 | 0 | 0.51 | 191.05 | 0.85 | 0.26 |
| Hex | A | 67 | 7C | 5C | 11 | 0 | 33 | BF | 55 | 1A |
| Octal | 12 | 147 | 174 | 134 | 21 | 0 | 63 | 277 | 125 | 32 |
| Binary | 1010 | 1100111 | 1111100 | 1011100 | 10001 | 0 | 110011 | 10111111 | 1010101 | 11010 |
Color Harmonies of #0A677C
Complementary color
Monochromatic Colors of #0A677C
Black with #0A677C
Text Example
Text Example
White with #0A677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A677C; }
p { color: rgb(10,103,124); }
H1.HeaderClassName
{
color: #0A677C;
}
.AnyTagClassName
{
color: #0A677C;
}
</style>
background-color css
<style>
a { background-color: #0A677C; }
a { background-color: rgb(10,103,124); }
div.DivClassName
{
background-color: #0A677C;
}
.BgClassName
{
background-color: #0A677C;
}
</style>
border-color css
<style>
span { border-color: #0A677C; }
span { border-color: rgb(10,103,124); }
td.TdClassName
{
border-color: #0A677C;
}
.TagClassName
{
border-color: #0A677C;
}
</style>