Shades of Deep Sea #137D59
Tints of Deep Sea #137D59
RGB
CMYK
RGB Variations
Color information
#137D59 (or 0x137D59) is known color: Deep Sea. HEX triplet: 13, 7D and 59. RGB value is (19,125,89). Sum of RGB (Red+Green+Blue) = 19+125+89=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 125 (49.22% from 255 or 53.65% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 125 - color contains mainly: green. Hex color #137D59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137D59 is #EC82A6. Grayscale: #595959. Windows color (decimal): -15499943 or 5864723. OLE color: 5864723.
HSL color Cylindrical-coordinate representation of color #137D59: hue angle of 159.62º 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 #137D59 is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 125 | 89 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.51 |
| HSL | 159.62º | 0.74% | 0.28% | - |
| HSV(B) | 159.62º | 0.85% | 0.49% | - |
| XYZ | 9.41 | 15.53 | 11.95 | - |
| YUV | 89.2 | 127.88 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 89 | 0.85 | 0 | 0.29 | 0.51 | 159.62 | 0.74 | 0.28 |
| Hex | 13 | 7D | 59 | 55 | 0 | 1D | 33 | A0 | 4A | 1C |
| Octal | 23 | 175 | 131 | 125 | 0 | 35 | 63 | 240 | 112 | 34 |
| Binary | 10011 | 1111101 | 1011001 | 1010101 | 0 | 11101 | 110011 | 10100000 | 1001010 | 11100 |
Color Harmonies of #137D59
Complementary color
Monochromatic Colors of #137D59
Black with #137D59
Text Example
Text Example
White with #137D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137D59; }
p { color: rgb(19,125,89); }
H1.HeaderClassName
{
color: #137D59;
}
.AnyTagClassName
{
color: #137D59;
}
</style>
background-color css
<style>
a { background-color: #137D59; }
a { background-color: rgb(19,125,89); }
div.DivClassName
{
background-color: #137D59;
}
.BgClassName
{
background-color: #137D59;
}
</style>
border-color css
<style>
span { border-color: #137D59; }
span { border-color: rgb(19,125,89); }
td.TdClassName
{
border-color: #137D59;
}
.TagClassName
{
border-color: #137D59;
}
</style>