Shades of Deep Sea #0A7E61
Tints of Deep Sea #0A7E61
RGB
CMYK
RGB Variations
Color information
#0A7E61 (or 0x0A7E61) is known color: Deep Sea. HEX triplet: 0A, 7E and 61. RGB value is (10,126,97). Sum of RGB (Red+Green+Blue) = 10+126+97=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 126 (49.61% from 255 or 54.08% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 126 - color contains mainly: green. Hex color #0A7E61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7E61 is #F5819E. Grayscale: #585858. Windows color (decimal): -16089503 or 6389258. OLE color: 6389258.
HSL color Cylindrical-coordinate representation of color #0A7E61: hue angle of 165º 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 #0A7E61 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 126 | 97 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.51 |
| HSL | 165º | 0.85% | 0.27% | - |
| HSV(B) | 165º | 0.92% | 0.49% | - |
| XYZ | 9.74 | 15.85 | 13.85 | - |
| YUV | 88.01 | 133.07 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 126 | 97 | 0.92 | 0 | 0.23 | 0.51 | 165 | 0.85 | 0.27 |
| Hex | A | 7E | 61 | 5C | 0 | 17 | 33 | A5 | 55 | 1B |
| Octal | 12 | 176 | 141 | 134 | 0 | 27 | 63 | 245 | 125 | 33 |
| Binary | 1010 | 1111110 | 1100001 | 1011100 | 0 | 10111 | 110011 | 10100101 | 1010101 | 11011 |
Color Harmonies of #0A7E61
Complementary color
Monochromatic Colors of #0A7E61
Black with #0A7E61
Text Example
Text Example
White with #0A7E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7E61; }
p { color: rgb(10,126,97); }
H1.HeaderClassName
{
color: #0A7E61;
}
.AnyTagClassName
{
color: #0A7E61;
}
</style>
background-color css
<style>
a { background-color: #0A7E61; }
a { background-color: rgb(10,126,97); }
div.DivClassName
{
background-color: #0A7E61;
}
.BgClassName
{
background-color: #0A7E61;
}
</style>
border-color css
<style>
span { border-color: #0A7E61; }
span { border-color: rgb(10,126,97); }
td.TdClassName
{
border-color: #0A7E61;
}
.TagClassName
{
border-color: #0A7E61;
}
</style>