Shades of Deep Sea #0A7E63
Tints of Deep Sea #0A7E63
RGB
CMYK
RGB Variations
Color information
#0A7E63 (or 0x0A7E63) is known color: Deep Sea. HEX triplet: 0A, 7E and 63. RGB value is (10,126,99). Sum of RGB (Red+Green+Blue) = 10+126+99=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 126 (49.61% from 255 or 53.62% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 126 - color contains mainly: green. Hex color #0A7E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7E63 is #F5819C. Grayscale: #585858. Windows color (decimal): -16089501 or 6520330. OLE color: 6520330.
HSL color Cylindrical-coordinate representation of color #0A7E63: hue angle of 166.03º 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 #0A7E63 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 126 | 99 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.51 |
| HSL | 166.03º | 0.85% | 0.27% | - |
| HSV(B) | 166.03º | 0.92% | 0.49% | - |
| XYZ | 9.84 | 15.89 | 14.35 | - |
| YUV | 88.24 | 134.07 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 126 | 99 | 0.92 | 0 | 0.21 | 0.51 | 166.03 | 0.85 | 0.27 |
| Hex | A | 7E | 63 | 5C | 0 | 15 | 33 | A6 | 55 | 1B |
| Octal | 12 | 176 | 143 | 134 | 0 | 25 | 63 | 246 | 125 | 33 |
| Binary | 1010 | 1111110 | 1100011 | 1011100 | 0 | 10101 | 110011 | 10100110 | 1010101 | 11011 |
Color Harmonies of #0A7E63
Complementary color
Monochromatic Colors of #0A7E63
Black with #0A7E63
Text Example
Text Example
White with #0A7E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7E63; }
p { color: rgb(10,126,99); }
H1.HeaderClassName
{
color: #0A7E63;
}
.AnyTagClassName
{
color: #0A7E63;
}
</style>
background-color css
<style>
a { background-color: #0A7E63; }
a { background-color: rgb(10,126,99); }
div.DivClassName
{
background-color: #0A7E63;
}
.BgClassName
{
background-color: #0A7E63;
}
</style>
border-color css
<style>
span { border-color: #0A7E63; }
span { border-color: rgb(10,126,99); }
td.TdClassName
{
border-color: #0A7E63;
}
.TagClassName
{
border-color: #0A7E63;
}
</style>