Shades of Deep Sea #137D5D
Tints of Deep Sea #137D5D
RGB
CMYK
RGB Variations
Color information
#137D5D (or 0x137D5D) is known color: Deep Sea. HEX triplet: 13, 7D and 5D. RGB value is (19,125,93). Sum of RGB (Red+Green+Blue) = 19+125+93=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 125 (49.22% from 255 or 52.74% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 125 - color contains mainly: green. Hex color #137D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137D5D is #EC82A2. Grayscale: #595959. Windows color (decimal): -15499939 or 6126867. OLE color: 6126867.
HSL color Cylindrical-coordinate representation of color #137D5D: hue angle of 161.89º 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 #137D5D is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 125 | 93 | - |
| CMYK | 0.85 | 0 | 0.26 | 0.51 |
| HSL | 161.89º | 0.74% | 0.28% | - |
| HSV(B) | 161.89º | 0.85% | 0.49% | - |
| XYZ | 9.58 | 15.6 | 12.86 | - |
| YUV | 89.66 | 129.88 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 93 | 0.85 | 0 | 0.26 | 0.51 | 161.89 | 0.74 | 0.28 |
| Hex | 13 | 7D | 5D | 55 | 0 | 1A | 33 | A2 | 4A | 1C |
| Octal | 23 | 175 | 135 | 125 | 0 | 32 | 63 | 242 | 112 | 34 |
| Binary | 10011 | 1111101 | 1011101 | 1010101 | 0 | 11010 | 110011 | 10100010 | 1001010 | 11100 |
Color Harmonies of #137D5D
Complementary color
Monochromatic Colors of #137D5D
Black with #137D5D
Text Example
Text Example
White with #137D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137D5D; }
p { color: rgb(19,125,93); }
H1.HeaderClassName
{
color: #137D5D;
}
.AnyTagClassName
{
color: #137D5D;
}
</style>
background-color css
<style>
a { background-color: #137D5D; }
a { background-color: rgb(19,125,93); }
div.DivClassName
{
background-color: #137D5D;
}
.BgClassName
{
background-color: #137D5D;
}
</style>
border-color css
<style>
span { border-color: #137D5D; }
span { border-color: rgb(19,125,93); }
td.TdClassName
{
border-color: #137D5D;
}
.TagClassName
{
border-color: #137D5D;
}
</style>