Shades of Deep Sea #137D6E
Tints of Deep Sea #137D6E
RGB
CMYK
RGB Variations
Color information
#137D6E (or 0x137D6E) is known color: Deep Sea. HEX triplet: 13, 7D and 6E. RGB value is (19,125,110). Sum of RGB (Red+Green+Blue) = 19+125+110=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 125 (49.22% from 255 or 49.21% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 125 - color contains mainly: green. Hex color #137D6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137D6E is #EC8291. Grayscale: #5B5B5B. Windows color (decimal): -15499922 or 7240979. OLE color: 7240979.
HSL color Cylindrical-coordinate representation of color #137D6E: hue angle of 171.51º 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 #137D6E is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 125 | 110 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.51 |
| HSL | 171.51º | 0.74% | 0.28% | - |
| HSV(B) | 171.51º | 0.85% | 0.49% | - |
| XYZ | 10.42 | 15.93 | 17.28 | - |
| YUV | 91.6 | 138.38 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 110 | 0.85 | 0 | 0.12 | 0.51 | 171.51 | 0.74 | 0.28 |
| Hex | 13 | 7D | 6E | 55 | 0 | C | 33 | AC | 4A | 1C |
| Octal | 23 | 175 | 156 | 125 | 0 | 14 | 63 | 254 | 112 | 34 |
| Binary | 10011 | 1111101 | 1101110 | 1010101 | 0 | 1100 | 110011 | 10101100 | 1001010 | 11100 |
Color Harmonies of #137D6E
Complementary color
Monochromatic Colors of #137D6E
Black with #137D6E
Text Example
Text Example
White with #137D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137D6E; }
p { color: rgb(19,125,110); }
H1.HeaderClassName
{
color: #137D6E;
}
.AnyTagClassName
{
color: #137D6E;
}
</style>
background-color css
<style>
a { background-color: #137D6E; }
a { background-color: rgb(19,125,110); }
div.DivClassName
{
background-color: #137D6E;
}
.BgClassName
{
background-color: #137D6E;
}
</style>
border-color css
<style>
span { border-color: #137D6E; }
span { border-color: rgb(19,125,110); }
td.TdClassName
{
border-color: #137D6E;
}
.TagClassName
{
border-color: #137D6E;
}
</style>