Shades of Blue Lagoon #0A677E
Tints of Blue Lagoon #0A677E
RGB
CMYK
RGB Variations
Color information
#0A677E (or 0x0A677E) is known color: Blue Lagoon. HEX triplet: 0A, 67 and 7E. RGB value is (10,103,126). Sum of RGB (Red+Green+Blue) = 10+103+126=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #0A677E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A677E is #F59881. Grayscale: #4D4D4D. Windows color (decimal): -16095362 or 8283914. OLE color: 8283914.
HSL color Cylindrical-coordinate representation of color #0A677E: hue angle of 191.9º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A677E is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 103 | 126 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.51 |
| HSL | 191.9º | 0.85% | 0.27% | - |
| HSV(B) | 191.9º | 0.92% | 0.49% | - |
| XYZ | 8.74 | 11.27 | 21.45 | - |
| YUV | 77.82 | 155.19 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 103 | 126 | 0.92 | 0.18 | 0 | 0.51 | 191.9 | 0.85 | 0.27 |
| Hex | A | 67 | 7E | 5C | 12 | 0 | 33 | C0 | 55 | 1B |
| Octal | 12 | 147 | 176 | 134 | 22 | 0 | 63 | 300 | 125 | 33 |
| Binary | 1010 | 1100111 | 1111110 | 1011100 | 10010 | 0 | 110011 | 11000000 | 1010101 | 11011 |
Color Harmonies of #0A677E
Complementary color
Monochromatic Colors of #0A677E
Black with #0A677E
Text Example
Text Example
White with #0A677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A677E; }
p { color: rgb(10,103,126); }
H1.HeaderClassName
{
color: #0A677E;
}
.AnyTagClassName
{
color: #0A677E;
}
</style>
background-color css
<style>
a { background-color: #0A677E; }
a { background-color: rgb(10,103,126); }
div.DivClassName
{
background-color: #0A677E;
}
.BgClassName
{
background-color: #0A677E;
}
</style>
border-color css
<style>
span { border-color: #0A677E; }
span { border-color: rgb(10,103,126); }
td.TdClassName
{
border-color: #0A677E;
}
.TagClassName
{
border-color: #0A677E;
}
</style>