Shades of Deep Sea #137B65
Tints of Deep Sea #137B65
RGB
CMYK
RGB Variations
Color information
#137B65 (or 0x137B65) is known color: Deep Sea. HEX triplet: 13, 7B and 65. RGB value is (19,123,101). Sum of RGB (Red+Green+Blue) = 19+123+101=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 123 (48.44% from 255 or 50.62% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 123 - color contains mainly: green. Hex color #137B65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137B65 is #EC849A. Grayscale: #595959. Windows color (decimal): -15500443 or 6650643. OLE color: 6650643.
HSL color Cylindrical-coordinate representation of color #137B65: hue angle of 167.31º 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 #137B65 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 123 | 101 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.52 |
| HSL | 167.31º | 0.73% | 0.28% | - |
| HSV(B) | 167.31º | 0.85% | 0.48% | - |
| XYZ | 9.7 | 15.24 | 14.74 | - |
| YUV | 89.4 | 134.54 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 101 | 0.85 | 0 | 0.18 | 0.52 | 167.31 | 0.73 | 0.28 |
| Hex | 13 | 7B | 65 | 55 | 0 | 12 | 34 | A7 | 49 | 1C |
| Octal | 23 | 173 | 145 | 125 | 0 | 22 | 64 | 247 | 111 | 34 |
| Binary | 10011 | 1111011 | 1100101 | 1010101 | 0 | 10010 | 110100 | 10100111 | 1001001 | 11100 |
Color Harmonies of #137B65
Complementary color
Monochromatic Colors of #137B65
Black with #137B65
Text Example
Text Example
White with #137B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137B65; }
p { color: rgb(19,123,101); }
H1.HeaderClassName
{
color: #137B65;
}
.AnyTagClassName
{
color: #137B65;
}
</style>
background-color css
<style>
a { background-color: #137B65; }
a { background-color: rgb(19,123,101); }
div.DivClassName
{
background-color: #137B65;
}
.BgClassName
{
background-color: #137B65;
}
</style>
border-color css
<style>
span { border-color: #137B65; }
span { border-color: rgb(19,123,101); }
td.TdClassName
{
border-color: #137B65;
}
.TagClassName
{
border-color: #137B65;
}
</style>