Shades of Deep Sea #137C72
Tints of Deep Sea #137C72
RGB
CMYK
RGB Variations
Color information
#137C72 (or 0x137C72) is known color: Deep Sea. HEX triplet: 13, 7C and 72. RGB value is (19,124,114). Sum of RGB (Red+Green+Blue) = 19+124+114=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 124 (48.83% from 255 or 48.25% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 124 - color contains mainly: green. Hex color #137C72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137C72 is #EC838D. Grayscale: #5B5B5B. Windows color (decimal): -15500174 or 7502867. OLE color: 7502867.
HSL color Cylindrical-coordinate representation of color #137C72: hue angle of 174.29º degrees, saturation: 0.73, 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 #137C72 is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 124 | 114 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.51 |
| HSL | 174.29º | 0.73% | 0.28% | - |
| HSV(B) | 174.29º | 0.85% | 0.49% | - |
| XYZ | 10.51 | 15.77 | 18.41 | - |
| YUV | 91.47 | 140.71 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 114 | 0.85 | 0 | 0.08 | 0.51 | 174.29 | 0.73 | 0.28 |
| Hex | 13 | 7C | 72 | 55 | 0 | 8 | 33 | AE | 49 | 1C |
| Octal | 23 | 174 | 162 | 125 | 0 | 10 | 63 | 256 | 111 | 34 |
| Binary | 10011 | 1111100 | 1110010 | 1010101 | 0 | 1000 | 110011 | 10101110 | 1001001 | 11100 |
Color Harmonies of #137C72
Complementary color
Monochromatic Colors of #137C72
Black with #137C72
Text Example
Text Example
White with #137C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137C72; }
p { color: rgb(19,124,114); }
H1.HeaderClassName
{
color: #137C72;
}
.AnyTagClassName
{
color: #137C72;
}
</style>
background-color css
<style>
a { background-color: #137C72; }
a { background-color: rgb(19,124,114); }
div.DivClassName
{
background-color: #137C72;
}
.BgClassName
{
background-color: #137C72;
}
</style>
border-color css
<style>
span { border-color: #137C72; }
span { border-color: rgb(19,124,114); }
td.TdClassName
{
border-color: #137C72;
}
.TagClassName
{
border-color: #137C72;
}
</style>