Shades of Blue Lagoon #0A696E
Tints of Blue Lagoon #0A696E
RGB
CMYK
RGB Variations
Color information
#0A696E (or 0x0A696E) is known color: Blue Lagoon. HEX triplet: 0A, 69 and 6E. RGB value is (10,105,110). Sum of RGB (Red+Green+Blue) = 10+105+110=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #0A696E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A696E is #F59691. Grayscale: #4D4D4D. Windows color (decimal): -16094866 or 7235850. OLE color: 7235850.
HSL color Cylindrical-coordinate representation of color #0A696E: hue angle of 183º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A696E is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 105 | 110 | - |
| CMYK | 0.91 | 0.05 | 0 | 0.57 |
| HSL | 183º | 0.83% | 0.24% | - |
| HSV(B) | 183º | 0.91% | 0.43% | - |
| XYZ | 7.99 | 11.29 | 16.51 | - |
| YUV | 77.17 | 146.53 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 105 | 110 | 0.91 | 0.05 | 0 | 0.57 | 183 | 0.83 | 0.24 |
| Hex | A | 69 | 6E | 5B | 5 | 0 | 39 | B7 | 53 | 18 |
| Octal | 12 | 151 | 156 | 133 | 5 | 0 | 71 | 267 | 123 | 30 |
| Binary | 1010 | 1101001 | 1101110 | 1011011 | 101 | 0 | 111001 | 10110111 | 1010011 | 11000 |
Color Harmonies of #0A696E
Complementary color
Monochromatic Colors of #0A696E
Black with #0A696E
Text Example
Text Example
White with #0A696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A696E; }
p { color: rgb(10,105,110); }
H1.HeaderClassName
{
color: #0A696E;
}
.AnyTagClassName
{
color: #0A696E;
}
</style>
background-color css
<style>
a { background-color: #0A696E; }
a { background-color: rgb(10,105,110); }
div.DivClassName
{
background-color: #0A696E;
}
.BgClassName
{
background-color: #0A696E;
}
</style>
border-color css
<style>
span { border-color: #0A696E; }
span { border-color: rgb(10,105,110); }
td.TdClassName
{
border-color: #0A696E;
}
.TagClassName
{
border-color: #0A696E;
}
</style>