Shades of Deep Sea #0A7F5F
Tints of Deep Sea #0A7F5F
RGB
CMYK
RGB Variations
Color information
#0A7F5F (or 0x0A7F5F) is known color: Deep Sea. HEX triplet: 0A, 7F and 5F. RGB value is (10,127,95). Sum of RGB (Red+Green+Blue) = 10+127+95=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 127 (50% from 255 or 54.74% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 127 - color contains mainly: green. Hex color #0A7F5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7F5F is #F580A0. Grayscale: #585858. Windows color (decimal): -16089249 or 6258442. OLE color: 6258442.
HSL color Cylindrical-coordinate representation of color #0A7F5F: hue angle of 163.59º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7F5F is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 10 | 127 | 95 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.50 |
| HSL | 163.59º | 0.85% | 0.27% | - |
| HSV(B) | 163.59º | 0.92% | 0.5% | - |
| XYZ | 9.78 | 16.07 | 13.41 | - |
| YUV | 88.37 | 131.74 | 72.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 127 | 95 | 0.92 | 0 | 0.25 | 0.50 | 163.59 | 0.85 | 0.27 |
| Hex | A | 7F | 5F | 5C | 0 | 19 | 32 | A4 | 55 | 1B |
| Octal | 12 | 177 | 137 | 134 | 0 | 31 | 62 | 244 | 125 | 33 |
| Binary | 1010 | 1111111 | 1011111 | 1011100 | 0 | 11001 | 110010 | 10100100 | 1010101 | 11011 |
Color Harmonies of #0A7F5F
Complementary color
Monochromatic Colors of #0A7F5F
Black with #0A7F5F
Text Example
Text Example
White with #0A7F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7F5F; }
p { color: rgb(10,127,95); }
H1.HeaderClassName
{
color: #0A7F5F;
}
.AnyTagClassName
{
color: #0A7F5F;
}
</style>
background-color css
<style>
a { background-color: #0A7F5F; }
a { background-color: rgb(10,127,95); }
div.DivClassName
{
background-color: #0A7F5F;
}
.BgClassName
{
background-color: #0A7F5F;
}
</style>
border-color css
<style>
span { border-color: #0A7F5F; }
span { border-color: rgb(10,127,95); }
td.TdClassName
{
border-color: #0A7F5F;
}
.TagClassName
{
border-color: #0A7F5F;
}
</style>