Shades of Deep Sea #137E68
Tints of Deep Sea #137E68
RGB
CMYK
RGB Variations
Color information
#137E68 (or 0x137E68) is known color: Deep Sea. HEX triplet: 13, 7E and 68. RGB value is (19,126,104). Sum of RGB (Red+Green+Blue) = 19+126+104=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 126 (49.61% from 255 or 50.60% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 126 - color contains mainly: green. Hex color #137E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137E68 is #EC8197. Grayscale: #5B5B5B. Windows color (decimal): -15499672 or 6848019. OLE color: 6848019.
HSL color Cylindrical-coordinate representation of color #137E68: hue angle of 167.66º degrees, saturation: 0.74, 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 #137E68 is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 126 | 104 | - |
| CMYK | 0.85 | 0 | 0.17 | 0.51 |
| HSL | 167.66º | 0.74% | 0.28% | - |
| HSV(B) | 167.66º | 0.85% | 0.49% | - |
| XYZ | 10.23 | 16.06 | 15.66 | - |
| YUV | 91.5 | 135.05 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 126 | 104 | 0.85 | 0 | 0.17 | 0.51 | 167.66 | 0.74 | 0.28 |
| Hex | 13 | 7E | 68 | 55 | 0 | 11 | 33 | A8 | 4A | 1C |
| Octal | 23 | 176 | 150 | 125 | 0 | 21 | 63 | 250 | 112 | 34 |
| Binary | 10011 | 1111110 | 1101000 | 1010101 | 0 | 10001 | 110011 | 10101000 | 1001010 | 11100 |
Color Harmonies of #137E68
Complementary color
Monochromatic Colors of #137E68
Black with #137E68
Text Example
Text Example
White with #137E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137E68; }
p { color: rgb(19,126,104); }
H1.HeaderClassName
{
color: #137E68;
}
.AnyTagClassName
{
color: #137E68;
}
</style>
background-color css
<style>
a { background-color: #137E68; }
a { background-color: rgb(19,126,104); }
div.DivClassName
{
background-color: #137E68;
}
.BgClassName
{
background-color: #137E68;
}
</style>
border-color css
<style>
span { border-color: #137E68; }
span { border-color: rgb(19,126,104); }
td.TdClassName
{
border-color: #137E68;
}
.TagClassName
{
border-color: #137E68;
}
</style>