Shades of Deep Sea #0A8067
Tints of Deep Sea #0A8067
RGB
CMYK
RGB Variations
Color information
#0A8067 (or 0x0A8067) is known color: Deep Sea. HEX triplet: 0A, 80 and 67. RGB value is (10,128,103). Sum of RGB (Red+Green+Blue) = 10+128+103=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #0A8067 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8067 is #F57F98. Grayscale: #595959. Windows color (decimal): -16088985 or 6782986. OLE color: 6782986.
HSL color Cylindrical-coordinate representation of color #0A8067: hue angle of 167.29º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8067 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 10 | 128 | 103 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.50 |
| HSL | 167.29º | 0.86% | 0.27% | - |
| HSV(B) | 167.29º | 0.92% | 0.5% | - |
| XYZ | 10.29 | 16.48 | 15.47 | - |
| YUV | 89.87 | 135.41 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 128 | 103 | 0.92 | 0 | 0.20 | 0.50 | 167.29 | 0.86 | 0.27 |
| Hex | A | 80 | 67 | 5C | 0 | 14 | 32 | A7 | 56 | 1B |
| Octal | 12 | 200 | 147 | 134 | 0 | 24 | 62 | 247 | 126 | 33 |
| Binary | 1010 | 10000000 | 1100111 | 1011100 | 0 | 10100 | 110010 | 10100111 | 1010110 | 11011 |
Color Harmonies of #0A8067
Complementary color
Monochromatic Colors of #0A8067
Black with #0A8067
Text Example
Text Example
White with #0A8067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8067; }
p { color: rgb(10,128,103); }
H1.HeaderClassName
{
color: #0A8067;
}
.AnyTagClassName
{
color: #0A8067;
}
</style>
background-color css
<style>
a { background-color: #0A8067; }
a { background-color: rgb(10,128,103); }
div.DivClassName
{
background-color: #0A8067;
}
.BgClassName
{
background-color: #0A8067;
}
</style>
border-color css
<style>
span { border-color: #0A8067; }
span { border-color: rgb(10,128,103); }
td.TdClassName
{
border-color: #0A8067;
}
.TagClassName
{
border-color: #0A8067;
}
</style>