Shades of Deep Sea #137A70
Tints of Deep Sea #137A70
RGB
CMYK
RGB Variations
Color information
#137A70 (or 0x137A70) is known color: Deep Sea. HEX triplet: 13, 7A and 70. RGB value is (19,122,112). Sum of RGB (Red+Green+Blue) = 19+122+112=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 122 (48.05% from 255 or 48.22% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 122 - color contains mainly: green. Hex color #137A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137A70 is #EC858F. Grayscale: #5A5A5A. Windows color (decimal): -15500688 or 7371283. OLE color: 7371283.
HSL color Cylindrical-coordinate representation of color #137A70: hue angle of 174.17º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137A70 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 122 | 112 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.52 |
| HSL | 174.17º | 0.73% | 0.28% | - |
| HSV(B) | 174.17º | 0.84% | 0.48% | - |
| XYZ | 10.15 | 15.23 | 17.73 | - |
| YUV | 90.06 | 140.38 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 112 | 0.84 | 0 | 0.08 | 0.52 | 174.17 | 0.73 | 0.28 |
| Hex | 13 | 7A | 70 | 54 | 0 | 8 | 34 | AE | 49 | 1C |
| Octal | 23 | 172 | 160 | 124 | 0 | 10 | 64 | 256 | 111 | 34 |
| Binary | 10011 | 1111010 | 1110000 | 1010100 | 0 | 1000 | 110100 | 10101110 | 1001001 | 11100 |
Color Harmonies of #137A70
Complementary color
Monochromatic Colors of #137A70
Black with #137A70
Text Example
Text Example
White with #137A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137A70; }
p { color: rgb(19,122,112); }
H1.HeaderClassName
{
color: #137A70;
}
.AnyTagClassName
{
color: #137A70;
}
</style>
background-color css
<style>
a { background-color: #137A70; }
a { background-color: rgb(19,122,112); }
div.DivClassName
{
background-color: #137A70;
}
.BgClassName
{
background-color: #137A70;
}
</style>
border-color css
<style>
span { border-color: #137A70; }
span { border-color: rgb(19,122,112); }
td.TdClassName
{
border-color: #137A70;
}
.TagClassName
{
border-color: #137A70;
}
</style>