Shades of Blue Lagoon #0A6168
Tints of Blue Lagoon #0A6168
RGB
CMYK
RGB Variations
Color information
#0A6168 (or 0x0A6168) is known color: Blue Lagoon. HEX triplet: 0A, 61 and 68. RGB value is (10,97,104). Sum of RGB (Red+Green+Blue) = 10+97+104=211 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.74% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #0A6168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6168 is #F59E97. Grayscale: #474747. Windows color (decimal): -16096920 or 6840586. OLE color: 6840586.
HSL color Cylindrical-coordinate representation of color #0A6168: hue angle of 184.47º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6168 is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 97 | 104 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.59 |
| HSL | 184.47º | 0.82% | 0.22% | - |
| HSV(B) | 184.47º | 0.9% | 0.41% | - |
| XYZ | 6.9 | 9.61 | 14.59 | - |
| YUV | 71.79 | 146.18 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 97 | 104 | 0.90 | 0.07 | 0 | 0.59 | 184.47 | 0.82 | 0.22 |
| Hex | A | 61 | 68 | 5A | 7 | 0 | 3B | B8 | 52 | 16 |
| Octal | 12 | 141 | 150 | 132 | 7 | 0 | 73 | 270 | 122 | 26 |
| Binary | 1010 | 1100001 | 1101000 | 1011010 | 111 | 0 | 111011 | 10111000 | 1010010 | 10110 |
Color Harmonies of #0A6168
Complementary color
Monochromatic Colors of #0A6168
Black with #0A6168
Text Example
Text Example
White with #0A6168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6168; }
p { color: rgb(10,97,104); }
H1.HeaderClassName
{
color: #0A6168;
}
.AnyTagClassName
{
color: #0A6168;
}
</style>
background-color css
<style>
a { background-color: #0A6168; }
a { background-color: rgb(10,97,104); }
div.DivClassName
{
background-color: #0A6168;
}
.BgClassName
{
background-color: #0A6168;
}
</style>
border-color css
<style>
span { border-color: #0A6168; }
span { border-color: rgb(10,97,104); }
td.TdClassName
{
border-color: #0A6168;
}
.TagClassName
{
border-color: #0A6168;
}
</style>