Shades of Blue Lagoon #0A677A
Tints of Blue Lagoon #0A677A
RGB
CMYK
RGB Variations
Color information
#0A677A (or 0x0A677A) is known color: Blue Lagoon. HEX triplet: 0A, 67 and 7A. RGB value is (10,103,122). Sum of RGB (Red+Green+Blue) = 10+103+122=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #0A677A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A677A is #F59885. Grayscale: #4D4D4D. Windows color (decimal): -16095366 or 8021770. OLE color: 8021770.
HSL color Cylindrical-coordinate representation of color #0A677A: hue angle of 190.18º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A677A is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 10 | 103 | 122 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.52 |
| HSL | 190.18º | 0.85% | 0.26% | - |
| HSV(B) | 190.18º | 0.92% | 0.48% | - |
| XYZ | 8.49 | 11.17 | 20.12 | - |
| YUV | 77.36 | 153.19 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 103 | 122 | 0.92 | 0.16 | 0 | 0.52 | 190.18 | 0.85 | 0.26 |
| Hex | A | 67 | 7A | 5C | 10 | 0 | 34 | BE | 55 | 1A |
| Octal | 12 | 147 | 172 | 134 | 20 | 0 | 64 | 276 | 125 | 32 |
| Binary | 1010 | 1100111 | 1111010 | 1011100 | 10000 | 0 | 110100 | 10111110 | 1010101 | 11010 |
Color Harmonies of #0A677A
Complementary color
Monochromatic Colors of #0A677A
Black with #0A677A
Text Example
Text Example
White with #0A677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A677A; }
p { color: rgb(10,103,122); }
H1.HeaderClassName
{
color: #0A677A;
}
.AnyTagClassName
{
color: #0A677A;
}
</style>
background-color css
<style>
a { background-color: #0A677A; }
a { background-color: rgb(10,103,122); }
div.DivClassName
{
background-color: #0A677A;
}
.BgClassName
{
background-color: #0A677A;
}
</style>
border-color css
<style>
span { border-color: #0A677A; }
span { border-color: rgb(10,103,122); }
td.TdClassName
{
border-color: #0A677A;
}
.TagClassName
{
border-color: #0A677A;
}
</style>