Shades of Deep Sea #0A7E64
Tints of Deep Sea #0A7E64
RGB
CMYK
RGB Variations
Color information
#0A7E64 (or 0x0A7E64) is known color: Deep Sea. HEX triplet: 0A, 7E and 64. RGB value is (10,126,100). Sum of RGB (Red+Green+Blue) = 10+126+100=236 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.24% from 236); Green value is 126 (49.61% from 255 or 53.39% from 236); Blue value is 100 (39.45% from 255 or 42.37% from 236); Max value from RGB is 126 - color contains mainly: green. Hex color #0A7E64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7E64 is #F5819B. Grayscale: #585858. Windows color (decimal): -16089500 or 6585866. OLE color: 6585866.
HSL color Cylindrical-coordinate representation of color #0A7E64: hue angle of 166.55º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7E64 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 126 | 100 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.51 |
| HSL | 166.55º | 0.85% | 0.27% | - |
| HSV(B) | 166.55º | 0.92% | 0.49% | - |
| XYZ | 9.89 | 15.91 | 14.61 | - |
| YUV | 88.35 | 134.57 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 126 | 100 | 0.92 | 0 | 0.21 | 0.51 | 166.55 | 0.85 | 0.27 |
| Hex | A | 7E | 64 | 5C | 0 | 15 | 33 | A7 | 55 | 1B |
| Octal | 12 | 176 | 144 | 134 | 0 | 25 | 63 | 247 | 125 | 33 |
| Binary | 1010 | 1111110 | 1100100 | 1011100 | 0 | 10101 | 110011 | 10100111 | 1010101 | 11011 |
Color Harmonies of #0A7E64
Complementary color
Monochromatic Colors of #0A7E64
Black with #0A7E64
Text Example
Text Example
White with #0A7E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7E64; }
p { color: rgb(10,126,100); }
H1.HeaderClassName
{
color: #0A7E64;
}
.AnyTagClassName
{
color: #0A7E64;
}
</style>
background-color css
<style>
a { background-color: #0A7E64; }
a { background-color: rgb(10,126,100); }
div.DivClassName
{
background-color: #0A7E64;
}
.BgClassName
{
background-color: #0A7E64;
}
</style>
border-color css
<style>
span { border-color: #0A7E64; }
span { border-color: rgb(10,126,100); }
td.TdClassName
{
border-color: #0A7E64;
}
.TagClassName
{
border-color: #0A7E64;
}
</style>