Shades of Deep Teal #193E37
Tints of Deep Teal #193E37
RGB
CMYK
RGB Variations
Color information
#193E37 (or 0x193E37) is known color: Deep Teal. HEX triplet: 19, 3E and 37. RGB value is (25,62,55). Sum of RGB (Red+Green+Blue) = 25+62+55=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 62 (24.61% from 255 or 43.66% from 142); Blue value is 55 (21.88% from 255 or 38.73% from 142); Max value from RGB is 62 - color contains mainly: green. Hex color #193E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193E37 is #E6C1C8. Grayscale: #323232. Windows color (decimal): -15122889 or 3620377. OLE color: 3620377.
HSL color Cylindrical-coordinate representation of color #193E37: hue angle of 168.65º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #193E37 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 62 | 55 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.76 |
| HSL | 168.65º | 0.43% | 0.17% | - |
| HSV(B) | 168.65º | 0.6% | 0.24% | - |
| XYZ | 2.81 | 3.93 | 4.22 | - |
| YUV | 50.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 55 | 0.60 | 0 | 0.11 | 0.76 | 168.65 | 0.43 | 0.17 |
| Hex | 19 | 3E | 37 | 3C | 0 | B | 4C | A9 | 2B | 11 |
| Octal | 31 | 76 | 67 | 74 | 0 | 13 | 114 | 251 | 53 | 21 |
| Binary | 11001 | 111110 | 110111 | 111100 | 0 | 1011 | 1001100 | 10101001 | 101011 | 10001 |
Color Harmonies of #193E37
Complementary color
Monochromatic Colors of #193E37
Black with #193E37
Text Example
Text Example
White with #193E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193E37; }
p { color: rgb(25,62,55); }
H1.HeaderClassName
{
color: #193E37;
}
.AnyTagClassName
{
color: #193E37;
}
</style>
background-color css
<style>
a { background-color: #193E37; }
a { background-color: rgb(25,62,55); }
div.DivClassName
{
background-color: #193E37;
}
.BgClassName
{
background-color: #193E37;
}
</style>
border-color css
<style>
span { border-color: #193E37; }
span { border-color: rgb(25,62,55); }
td.TdClassName
{
border-color: #193E37;
}
.TagClassName
{
border-color: #193E37;
}
</style>