Shades of Deep Sea #137F5A
Tints of Deep Sea #137F5A
RGB
CMYK
RGB Variations
Color information
#137F5A (or 0x137F5A) is known color: Deep Sea. HEX triplet: 13, 7F and 5A. RGB value is (19,127,90). Sum of RGB (Red+Green+Blue) = 19+127+90=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 127 (50% from 255 or 53.81% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 127 - color contains mainly: green. Hex color #137F5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137F5A is #EC80A5. Grayscale: #5A5A5A. Windows color (decimal): -15499430 or 5930771. OLE color: 5930771.
HSL color Cylindrical-coordinate representation of color #137F5A: hue angle of 159.44º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137F5A is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 127 | 90 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.50 |
| HSL | 159.44º | 0.74% | 0.29% | - |
| HSV(B) | 159.44º | 0.85% | 0.5% | - |
| XYZ | 9.7 | 16.06 | 12.26 | - |
| YUV | 90.49 | 127.72 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 90 | 0.85 | 0 | 0.29 | 0.50 | 159.44 | 0.74 | 0.29 |
| Hex | 13 | 7F | 5A | 55 | 0 | 1D | 32 | 9F | 4A | 1D |
| Octal | 23 | 177 | 132 | 125 | 0 | 35 | 62 | 237 | 112 | 35 |
| Binary | 10011 | 1111111 | 1011010 | 1010101 | 0 | 11101 | 110010 | 10011111 | 1001010 | 11101 |
Color Harmonies of #137F5A
Complementary color
Monochromatic Colors of #137F5A
Black with #137F5A
Text Example
Text Example
White with #137F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137F5A; }
p { color: rgb(19,127,90); }
H1.HeaderClassName
{
color: #137F5A;
}
.AnyTagClassName
{
color: #137F5A;
}
</style>
background-color css
<style>
a { background-color: #137F5A; }
a { background-color: rgb(19,127,90); }
div.DivClassName
{
background-color: #137F5A;
}
.BgClassName
{
background-color: #137F5A;
}
</style>
border-color css
<style>
span { border-color: #137F5A; }
span { border-color: rgb(19,127,90); }
td.TdClassName
{
border-color: #137F5A;
}
.TagClassName
{
border-color: #137F5A;
}
</style>