Shades of Deep Sea #137D61
Tints of Deep Sea #137D61
RGB
CMYK
RGB Variations
Color information
#137D61 (or 0x137D61) is known color: Deep Sea. HEX triplet: 13, 7D and 61. RGB value is (19,125,97). Sum of RGB (Red+Green+Blue) = 19+125+97=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 125 (49.22% from 255 or 51.87% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 125 - color contains mainly: green. Hex color #137D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137D61 is #EC829E. Grayscale: #5A5A5A. Windows color (decimal): -15499935 or 6389011. OLE color: 6389011.
HSL color Cylindrical-coordinate representation of color #137D61: hue angle of 164.15º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137D61 is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 125 | 97 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.51 |
| HSL | 164.15º | 0.74% | 0.28% | - |
| HSV(B) | 164.15º | 0.85% | 0.49% | - |
| XYZ | 9.76 | 15.67 | 13.82 | - |
| YUV | 90.11 | 131.88 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 97 | 0.85 | 0 | 0.22 | 0.51 | 164.15 | 0.74 | 0.28 |
| Hex | 13 | 7D | 61 | 55 | 0 | 16 | 33 | A4 | 4A | 1C |
| Octal | 23 | 175 | 141 | 125 | 0 | 26 | 63 | 244 | 112 | 34 |
| Binary | 10011 | 1111101 | 1100001 | 1010101 | 0 | 10110 | 110011 | 10100100 | 1001010 | 11100 |
Color Harmonies of #137D61
Complementary color
Monochromatic Colors of #137D61
Black with #137D61
Text Example
Text Example
White with #137D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137D61; }
p { color: rgb(19,125,97); }
H1.HeaderClassName
{
color: #137D61;
}
.AnyTagClassName
{
color: #137D61;
}
</style>
background-color css
<style>
a { background-color: #137D61; }
a { background-color: rgb(19,125,97); }
div.DivClassName
{
background-color: #137D61;
}
.BgClassName
{
background-color: #137D61;
}
</style>
border-color css
<style>
span { border-color: #137D61; }
span { border-color: rgb(19,125,97); }
td.TdClassName
{
border-color: #137D61;
}
.TagClassName
{
border-color: #137D61;
}
</style>