Shades of Deep Sea #137C6C
Tints of Deep Sea #137C6C
RGB
CMYK
RGB Variations
Color information
#137C6C (or 0x137C6C) is known color: Deep Sea. HEX triplet: 13, 7C and 6C. RGB value is (19,124,108). Sum of RGB (Red+Green+Blue) = 19+124+108=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 124 (48.83% from 255 or 49.40% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 124 - color contains mainly: green. Hex color #137C6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137C6C is #EC8393. Grayscale: #5A5A5A. Windows color (decimal): -15500180 or 7109651. OLE color: 7109651.
HSL color Cylindrical-coordinate representation of color #137C6C: hue angle of 170.86º 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 #137C6C is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 124 | 108 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.51 |
| HSL | 170.86º | 0.73% | 0.28% | - |
| HSV(B) | 170.86º | 0.85% | 0.49% | - |
| XYZ | 10.18 | 15.64 | 16.67 | - |
| YUV | 90.78 | 137.71 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 108 | 0.85 | 0 | 0.13 | 0.51 | 170.86 | 0.73 | 0.28 |
| Hex | 13 | 7C | 6C | 55 | 0 | D | 33 | AB | 49 | 1C |
| Octal | 23 | 174 | 154 | 125 | 0 | 15 | 63 | 253 | 111 | 34 |
| Binary | 10011 | 1111100 | 1101100 | 1010101 | 0 | 1101 | 110011 | 10101011 | 1001001 | 11100 |
Color Harmonies of #137C6C
Complementary color
Monochromatic Colors of #137C6C
Black with #137C6C
Text Example
Text Example
White with #137C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137C6C; }
p { color: rgb(19,124,108); }
H1.HeaderClassName
{
color: #137C6C;
}
.AnyTagClassName
{
color: #137C6C;
}
</style>
background-color css
<style>
a { background-color: #137C6C; }
a { background-color: rgb(19,124,108); }
div.DivClassName
{
background-color: #137C6C;
}
.BgClassName
{
background-color: #137C6C;
}
</style>
border-color css
<style>
span { border-color: #137C6C; }
span { border-color: rgb(19,124,108); }
td.TdClassName
{
border-color: #137C6C;
}
.TagClassName
{
border-color: #137C6C;
}
</style>