Shades of Deep Sea #0A7D60
Tints of Deep Sea #0A7D60
RGB
CMYK
RGB Variations
Color information
#0A7D60 (or 0x0A7D60) is known color: Deep Sea. HEX triplet: 0A, 7D and 60. RGB value is (10,125,96). Sum of RGB (Red+Green+Blue) = 10+125+96=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 125 (49.22% from 255 or 54.11% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 125 - color contains mainly: green. Hex color #0A7D60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7D60 is #F5829F. Grayscale: #575757. Windows color (decimal): -16089760 or 6323466. OLE color: 6323466.
HSL color Cylindrical-coordinate representation of color #0A7D60: hue angle of 164.87º 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 #0A7D60 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 125 | 96 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.51 |
| HSL | 164.87º | 0.85% | 0.26% | - |
| HSV(B) | 164.87º | 0.92% | 0.49% | - |
| XYZ | 9.57 | 15.58 | 13.57 | - |
| YUV | 87.31 | 132.9 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 125 | 96 | 0.92 | 0 | 0.23 | 0.51 | 164.87 | 0.85 | 0.26 |
| Hex | A | 7D | 60 | 5C | 0 | 17 | 33 | A5 | 55 | 1A |
| Octal | 12 | 175 | 140 | 134 | 0 | 27 | 63 | 245 | 125 | 32 |
| Binary | 1010 | 1111101 | 1100000 | 1011100 | 0 | 10111 | 110011 | 10100101 | 1010101 | 11010 |
Color Harmonies of #0A7D60
Complementary color
Monochromatic Colors of #0A7D60
Black with #0A7D60
Text Example
Text Example
White with #0A7D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7D60; }
p { color: rgb(10,125,96); }
H1.HeaderClassName
{
color: #0A7D60;
}
.AnyTagClassName
{
color: #0A7D60;
}
</style>
background-color css
<style>
a { background-color: #0A7D60; }
a { background-color: rgb(10,125,96); }
div.DivClassName
{
background-color: #0A7D60;
}
.BgClassName
{
background-color: #0A7D60;
}
</style>
border-color css
<style>
span { border-color: #0A7D60; }
span { border-color: rgb(10,125,96); }
td.TdClassName
{
border-color: #0A7D60;
}
.TagClassName
{
border-color: #0A7D60;
}
</style>