Shades of Deep Sea #0A7D66
Tints of Deep Sea #0A7D66
RGB
CMYK
RGB Variations
Color information
#0A7D66 (or 0x0A7D66) is known color: Deep Sea. HEX triplet: 0A, 7D and 66. RGB value is (10,125,102). Sum of RGB (Red+Green+Blue) = 10+125+102=237 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.22% from 237); Green value is 125 (49.22% from 255 or 52.74% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 125 - color contains mainly: green. Hex color #0A7D66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7D66 is #F58299. Grayscale: #575757. Windows color (decimal): -16089754 or 6716682. OLE color: 6716682.
HSL color Cylindrical-coordinate representation of color #0A7D66: hue angle of 168º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7D66 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 125 | 102 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.51 |
| HSL | 168º | 0.85% | 0.26% | - |
| HSV(B) | 168º | 0.92% | 0.49% | - |
| XYZ | 9.86 | 15.69 | 15.08 | - |
| YUV | 87.99 | 135.9 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 125 | 102 | 0.92 | 0 | 0.18 | 0.51 | 168 | 0.85 | 0.26 |
| Hex | A | 7D | 66 | 5C | 0 | 12 | 33 | A8 | 55 | 1A |
| Octal | 12 | 175 | 146 | 134 | 0 | 22 | 63 | 250 | 125 | 32 |
| Binary | 1010 | 1111101 | 1100110 | 1011100 | 0 | 10010 | 110011 | 10101000 | 1010101 | 11010 |
Color Harmonies of #0A7D66
Complementary color
Monochromatic Colors of #0A7D66
Black with #0A7D66
Text Example
Text Example
White with #0A7D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7D66; }
p { color: rgb(10,125,102); }
H1.HeaderClassName
{
color: #0A7D66;
}
.AnyTagClassName
{
color: #0A7D66;
}
</style>
background-color css
<style>
a { background-color: #0A7D66; }
a { background-color: rgb(10,125,102); }
div.DivClassName
{
background-color: #0A7D66;
}
.BgClassName
{
background-color: #0A7D66;
}
</style>
border-color css
<style>
span { border-color: #0A7D66; }
span { border-color: rgb(10,125,102); }
td.TdClassName
{
border-color: #0A7D66;
}
.TagClassName
{
border-color: #0A7D66;
}
</style>