Shades of Deep Teal #194A40
Tints of Deep Teal #194A40
RGB
CMYK
RGB Variations
Color information
#194A40 (or 0x194A40) is known color: Deep Teal. HEX triplet: 19, 4A and 40. RGB value is (25,74,64). Sum of RGB (Red+Green+Blue) = 25+74+64=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 74 (29.30% from 255 or 45.40% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 74 - color contains mainly: green. Hex color #194A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194A40 is #E6B5BF. Grayscale: #3A3A3A. Windows color (decimal): -15119808 or 4213273. OLE color: 4213273.
HSL color Cylindrical-coordinate representation of color #194A40: hue angle of 167.76º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #194A40 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 74 | 64 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.71 |
| HSL | 167.76º | 0.49% | 0.19% | - |
| HSV(B) | 167.76º | 0.66% | 0.29% | - |
| XYZ | 3.78 | 5.47 | 5.71 | - |
| YUV | 58.21 | 131.27 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 64 | 0.66 | 0 | 0.14 | 0.71 | 167.76 | 0.49 | 0.19 |
| Hex | 19 | 4A | 40 | 42 | 0 | E | 47 | A8 | 31 | 13 |
| Octal | 31 | 112 | 100 | 102 | 0 | 16 | 107 | 250 | 61 | 23 |
| Binary | 11001 | 1001010 | 1000000 | 1000010 | 0 | 1110 | 1000111 | 10101000 | 110001 | 10011 |
Color Harmonies of #194A40
Complementary color
Monochromatic Colors of #194A40
Black with #194A40
Text Example
Text Example
White with #194A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194A40; }
p { color: rgb(25,74,64); }
H1.HeaderClassName
{
color: #194A40;
}
.AnyTagClassName
{
color: #194A40;
}
</style>
background-color css
<style>
a { background-color: #194A40; }
a { background-color: rgb(25,74,64); }
div.DivClassName
{
background-color: #194A40;
}
.BgClassName
{
background-color: #194A40;
}
</style>
border-color css
<style>
span { border-color: #194A40; }
span { border-color: rgb(25,74,64); }
td.TdClassName
{
border-color: #194A40;
}
.TagClassName
{
border-color: #194A40;
}
</style>