Shades of Deep Sea #137B71
Tints of Deep Sea #137B71
RGB
CMYK
RGB Variations
Color information
#137B71 (or 0x137B71) is known color: Deep Sea. HEX triplet: 13, 7B and 71. RGB value is (19,123,113). Sum of RGB (Red+Green+Blue) = 19+123+113=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 123 (48.44% from 255 or 48.24% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 123 - color contains mainly: green. Hex color #137B71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137B71 is #EC848E. Grayscale: #5A5A5A. Windows color (decimal): -15500431 or 7437075. OLE color: 7437075.
HSL color Cylindrical-coordinate representation of color #137B71: hue angle of 174.23º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137B71 is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 123 | 113 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.52 |
| HSL | 174.23º | 0.73% | 0.28% | - |
| HSV(B) | 174.23º | 0.85% | 0.48% | - |
| XYZ | 10.33 | 15.5 | 18.07 | - |
| YUV | 90.76 | 140.54 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 113 | 0.85 | 0 | 0.08 | 0.52 | 174.23 | 0.73 | 0.28 |
| Hex | 13 | 7B | 71 | 55 | 0 | 8 | 34 | AE | 49 | 1C |
| Octal | 23 | 173 | 161 | 125 | 0 | 10 | 64 | 256 | 111 | 34 |
| Binary | 10011 | 1111011 | 1110001 | 1010101 | 0 | 1000 | 110100 | 10101110 | 1001001 | 11100 |
Color Harmonies of #137B71
Complementary color
Monochromatic Colors of #137B71
Black with #137B71
Text Example
Text Example
White with #137B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137B71; }
p { color: rgb(19,123,113); }
H1.HeaderClassName
{
color: #137B71;
}
.AnyTagClassName
{
color: #137B71;
}
</style>
background-color css
<style>
a { background-color: #137B71; }
a { background-color: rgb(19,123,113); }
div.DivClassName
{
background-color: #137B71;
}
.BgClassName
{
background-color: #137B71;
}
</style>
border-color css
<style>
span { border-color: #137B71; }
span { border-color: rgb(19,123,113); }
td.TdClassName
{
border-color: #137B71;
}
.TagClassName
{
border-color: #137B71;
}
</style>