Shades of Deep Sea #137F64
Tints of Deep Sea #137F64
RGB
CMYK
RGB Variations
Color information
#137F64 (or 0x137F64) is known color: Deep Sea. HEX triplet: 13, 7F and 64. RGB value is (19,127,100). Sum of RGB (Red+Green+Blue) = 19+127+100=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #137F64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137F64 is #EC809B. Grayscale: #5B5B5B. Windows color (decimal): -15499420 or 6586131. OLE color: 6586131.
HSL color Cylindrical-coordinate representation of color #137F64: hue angle of 165º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137F64 is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 127 | 100 | - |
| CMYK | 0.85 | 0 | 0.21 | 0.50 |
| HSL | 165º | 0.74% | 0.29% | - |
| HSV(B) | 165º | 0.85% | 0.5% | - |
| XYZ | 10.16 | 16.24 | 14.66 | - |
| YUV | 91.63 | 132.72 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 100 | 0.85 | 0 | 0.21 | 0.50 | 165 | 0.74 | 0.29 |
| Hex | 13 | 7F | 64 | 55 | 0 | 15 | 32 | A5 | 4A | 1D |
| Octal | 23 | 177 | 144 | 125 | 0 | 25 | 62 | 245 | 112 | 35 |
| Binary | 10011 | 1111111 | 1100100 | 1010101 | 0 | 10101 | 110010 | 10100101 | 1001010 | 11101 |
Color Harmonies of #137F64
Complementary color
Monochromatic Colors of #137F64
Black with #137F64
Text Example
Text Example
White with #137F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137F64; }
p { color: rgb(19,127,100); }
H1.HeaderClassName
{
color: #137F64;
}
.AnyTagClassName
{
color: #137F64;
}
</style>
background-color css
<style>
a { background-color: #137F64; }
a { background-color: rgb(19,127,100); }
div.DivClassName
{
background-color: #137F64;
}
.BgClassName
{
background-color: #137F64;
}
</style>
border-color css
<style>
span { border-color: #137F64; }
span { border-color: rgb(19,127,100); }
td.TdClassName
{
border-color: #137F64;
}
.TagClassName
{
border-color: #137F64;
}
</style>