Shades of Blue Lagoon #0A6373
Tints of Blue Lagoon #0A6373
RGB
CMYK
RGB Variations
Color information
#0A6373 (or 0x0A6373) is known color: Blue Lagoon. HEX triplet: 0A, 63 and 73. RGB value is (10,99,115). Sum of RGB (Red+Green+Blue) = 10+99+115=224 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.46% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #0A6373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6373 is #F59C8C. Grayscale: #4A4A4A. Windows color (decimal): -16096397 or 7561994. OLE color: 7561994.
HSL color Cylindrical-coordinate representation of color #0A6373: hue angle of 189.14º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6373 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 99 | 115 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.55 |
| HSL | 189.14º | 0.84% | 0.25% | - |
| HSV(B) | 189.14º | 0.91% | 0.45% | - |
| XYZ | 7.68 | 10.23 | 17.79 | - |
| YUV | 74.21 | 151.01 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 99 | 115 | 0.91 | 0.14 | 0 | 0.55 | 189.14 | 0.84 | 0.25 |
| Hex | A | 63 | 73 | 5B | E | 0 | 37 | BD | 54 | 19 |
| Octal | 12 | 143 | 163 | 133 | 16 | 0 | 67 | 275 | 124 | 31 |
| Binary | 1010 | 1100011 | 1110011 | 1011011 | 1110 | 0 | 110111 | 10111101 | 1010100 | 11001 |
Color Harmonies of #0A6373
Complementary color
Monochromatic Colors of #0A6373
Black with #0A6373
Text Example
Text Example
White with #0A6373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6373; }
p { color: rgb(10,99,115); }
H1.HeaderClassName
{
color: #0A6373;
}
.AnyTagClassName
{
color: #0A6373;
}
</style>
background-color css
<style>
a { background-color: #0A6373; }
a { background-color: rgb(10,99,115); }
div.DivClassName
{
background-color: #0A6373;
}
.BgClassName
{
background-color: #0A6373;
}
</style>
border-color css
<style>
span { border-color: #0A6373; }
span { border-color: rgb(10,99,115); }
td.TdClassName
{
border-color: #0A6373;
}
.TagClassName
{
border-color: #0A6373;
}
</style>