Shades of Deep Teal #194A41
Tints of Deep Teal #194A41
RGB
CMYK
RGB Variations
Color information
#194A41 (or 0x194A41) is known color: Deep Teal. HEX triplet: 19, 4A and 41. RGB value is (25,74,65). Sum of RGB (Red+Green+Blue) = 25+74+65=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 74 (29.30% from 255 or 45.12% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 74 - color contains mainly: green. Hex color #194A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194A41 is #E6B5BE. Grayscale: #3A3A3A. Windows color (decimal): -15119807 or 4278809. OLE color: 4278809.
HSL color Cylindrical-coordinate representation of color #194A41: hue angle of 168.98º 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 #194A41 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 74 | 65 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.71 |
| HSL | 168.98º | 0.49% | 0.19% | - |
| HSV(B) | 168.98º | 0.66% | 0.29% | - |
| XYZ | 3.8 | 5.49 | 5.86 | - |
| YUV | 58.32 | 131.77 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 65 | 0.66 | 0 | 0.12 | 0.71 | 168.98 | 0.49 | 0.19 |
| Hex | 19 | 4A | 41 | 42 | 0 | C | 47 | A9 | 31 | 13 |
| Octal | 31 | 112 | 101 | 102 | 0 | 14 | 107 | 251 | 61 | 23 |
| Binary | 11001 | 1001010 | 1000001 | 1000010 | 0 | 1100 | 1000111 | 10101001 | 110001 | 10011 |
Color Harmonies of #194A41
Complementary color
Monochromatic Colors of #194A41
Black with #194A41
Text Example
Text Example
White with #194A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194A41; }
p { color: rgb(25,74,65); }
H1.HeaderClassName
{
color: #194A41;
}
.AnyTagClassName
{
color: #194A41;
}
</style>
background-color css
<style>
a { background-color: #194A41; }
a { background-color: rgb(25,74,65); }
div.DivClassName
{
background-color: #194A41;
}
.BgClassName
{
background-color: #194A41;
}
</style>
border-color css
<style>
span { border-color: #194A41; }
span { border-color: rgb(25,74,65); }
td.TdClassName
{
border-color: #194A41;
}
.TagClassName
{
border-color: #194A41;
}
</style>