Shades of Deep Sea #0D7F5E
Tints of Deep Sea #0D7F5E
RGB
CMYK
RGB Variations
Color information
#0D7F5E (or 0x0D7F5E) is known color: Deep Sea. HEX triplet: 0D, 7F and 5E. RGB value is (13,127,94). Sum of RGB (Red+Green+Blue) = 13+127+94=234 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.56% from 234); Green value is 127 (50% from 255 or 54.27% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 127 - color contains mainly: green. Hex color #0D7F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7F5E is #F280A1. Grayscale: #595959. Windows color (decimal): -15892642 or 6192909. OLE color: 6192909.
HSL color Cylindrical-coordinate representation of color #0D7F5E: hue angle of 162.63º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7F5E is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 13 | 127 | 94 | - |
| CMYK | 0.90 | 0 | 0.26 | 0.50 |
| HSL | 162.63º | 0.81% | 0.27% | - |
| HSV(B) | 162.63º | 0.9% | 0.5% | - |
| XYZ | 9.78 | 16.07 | 13.18 | - |
| YUV | 89.15 | 130.73 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 127 | 94 | 0.90 | 0 | 0.26 | 0.50 | 162.63 | 0.81 | 0.27 |
| Hex | D | 7F | 5E | 5A | 0 | 1A | 32 | A3 | 51 | 1B |
| Octal | 15 | 177 | 136 | 132 | 0 | 32 | 62 | 243 | 121 | 33 |
| Binary | 1101 | 1111111 | 1011110 | 1011010 | 0 | 11010 | 110010 | 10100011 | 1010001 | 11011 |
Color Harmonies of #0D7F5E
Complementary color
Monochromatic Colors of #0D7F5E
Black with #0D7F5E
Text Example
Text Example
White with #0D7F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7F5E; }
p { color: rgb(13,127,94); }
H1.HeaderClassName
{
color: #0D7F5E;
}
.AnyTagClassName
{
color: #0D7F5E;
}
</style>
background-color css
<style>
a { background-color: #0D7F5E; }
a { background-color: rgb(13,127,94); }
div.DivClassName
{
background-color: #0D7F5E;
}
.BgClassName
{
background-color: #0D7F5E;
}
</style>
border-color css
<style>
span { border-color: #0D7F5E; }
span { border-color: rgb(13,127,94); }
td.TdClassName
{
border-color: #0D7F5E;
}
.TagClassName
{
border-color: #0D7F5E;
}
</style>