Shades of Deep Sea #137C6B
Tints of Deep Sea #137C6B
RGB
CMYK
RGB Variations
Color information
#137C6B (or 0x137C6B) is known color: Deep Sea. HEX triplet: 13, 7C and 6B. RGB value is (19,124,107). Sum of RGB (Red+Green+Blue) = 19+124+107=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 124 (48.83% from 255 or 49.6% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 124 - color contains mainly: green. Hex color #137C6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137C6B is #EC8394. Grayscale: #5A5A5A. Windows color (decimal): -15500181 or 7044115. OLE color: 7044115.
HSL color Cylindrical-coordinate representation of color #137C6B: hue angle of 170.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 #137C6B is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 124 | 107 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.51 |
| HSL | 170.29º | 0.73% | 0.28% | - |
| HSV(B) | 170.29º | 0.85% | 0.49% | - |
| XYZ | 10.13 | 15.62 | 16.39 | - |
| YUV | 90.67 | 137.21 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 107 | 0.85 | 0 | 0.14 | 0.51 | 170.29 | 0.73 | 0.28 |
| Hex | 13 | 7C | 6B | 55 | 0 | E | 33 | AA | 49 | 1C |
| Octal | 23 | 174 | 153 | 125 | 0 | 16 | 63 | 252 | 111 | 34 |
| Binary | 10011 | 1111100 | 1101011 | 1010101 | 0 | 1110 | 110011 | 10101010 | 1001001 | 11100 |
Color Harmonies of #137C6B
Complementary color
Monochromatic Colors of #137C6B
Black with #137C6B
Text Example
Text Example
White with #137C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137C6B; }
p { color: rgb(19,124,107); }
H1.HeaderClassName
{
color: #137C6B;
}
.AnyTagClassName
{
color: #137C6B;
}
</style>
background-color css
<style>
a { background-color: #137C6B; }
a { background-color: rgb(19,124,107); }
div.DivClassName
{
background-color: #137C6B;
}
.BgClassName
{
background-color: #137C6B;
}
</style>
border-color css
<style>
span { border-color: #137C6B; }
span { border-color: rgb(19,124,107); }
td.TdClassName
{
border-color: #137C6B;
}
.TagClassName
{
border-color: #137C6B;
}
</style>