Shades of Deep Sea #137B5E
Tints of Deep Sea #137B5E
RGB
CMYK
RGB Variations
Color information
#137B5E (or 0x137B5E) is known color: Deep Sea. HEX triplet: 13, 7B and 5E. RGB value is (19,123,94). Sum of RGB (Red+Green+Blue) = 19+123+94=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 123 (48.44% from 255 or 52.12% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 123 - color contains mainly: green. Hex color #137B5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137B5E is #EC84A1. Grayscale: #585858. Windows color (decimal): -15500450 or 6191891. OLE color: 6191891.
HSL color Cylindrical-coordinate representation of color #137B5E: hue angle of 163.27º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137B5E is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 123 | 94 | - |
| CMYK | 0.85 | 0 | 0.24 | 0.52 |
| HSL | 163.27º | 0.73% | 0.28% | - |
| HSV(B) | 163.27º | 0.85% | 0.48% | - |
| XYZ | 9.37 | 15.11 | 13.01 | - |
| YUV | 88.6 | 131.04 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 94 | 0.85 | 0 | 0.24 | 0.52 | 163.27 | 0.73 | 0.28 |
| Hex | 13 | 7B | 5E | 55 | 0 | 18 | 34 | A3 | 49 | 1C |
| Octal | 23 | 173 | 136 | 125 | 0 | 30 | 64 | 243 | 111 | 34 |
| Binary | 10011 | 1111011 | 1011110 | 1010101 | 0 | 11000 | 110100 | 10100011 | 1001001 | 11100 |
Color Harmonies of #137B5E
Complementary color
Monochromatic Colors of #137B5E
Black with #137B5E
Text Example
Text Example
White with #137B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137B5E; }
p { color: rgb(19,123,94); }
H1.HeaderClassName
{
color: #137B5E;
}
.AnyTagClassName
{
color: #137B5E;
}
</style>
background-color css
<style>
a { background-color: #137B5E; }
a { background-color: rgb(19,123,94); }
div.DivClassName
{
background-color: #137B5E;
}
.BgClassName
{
background-color: #137B5E;
}
</style>
border-color css
<style>
span { border-color: #137B5E; }
span { border-color: rgb(19,123,94); }
td.TdClassName
{
border-color: #137B5E;
}
.TagClassName
{
border-color: #137B5E;
}
</style>