Shades of Deep Teal #194D43
Tints of Deep Teal #194D43
RGB
CMYK
RGB Variations
Color information
#194D43 (or 0x194D43) is known color: Deep Teal. HEX triplet: 19, 4D and 43. RGB value is (25,77,67). Sum of RGB (Red+Green+Blue) = 25+77+67=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 67 (26.56% from 255 or 39.64% from 169); Max value from RGB is 77 - color contains mainly: green. Hex color #194D43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194D43 is #E6B2BC. Grayscale: #3C3C3C. Windows color (decimal): -15119037 or 4410649. OLE color: 4410649.
HSL color Cylindrical-coordinate representation of color #194D43: hue angle of 168.46º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #194D43 is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 77 | 67 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.70 |
| HSL | 168.46º | 0.51% | 0.2% | - |
| HSV(B) | 168.46º | 0.68% | 0.3% | - |
| XYZ | 4.07 | 5.92 | 6.24 | - |
| YUV | 60.31 | 131.77 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 67 | 0.68 | 0 | 0.13 | 0.70 | 168.46 | 0.51 | 0.2 |
| Hex | 19 | 4D | 43 | 44 | 0 | D | 46 | A8 | 33 | 14 |
| Octal | 31 | 115 | 103 | 104 | 0 | 15 | 106 | 250 | 63 | 24 |
| Binary | 11001 | 1001101 | 1000011 | 1000100 | 0 | 1101 | 1000110 | 10101000 | 110011 | 10100 |
Color Harmonies of #194D43
Complementary color
Monochromatic Colors of #194D43
Black with #194D43
Text Example
Text Example
White with #194D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194D43; }
p { color: rgb(25,77,67); }
H1.HeaderClassName
{
color: #194D43;
}
.AnyTagClassName
{
color: #194D43;
}
</style>
background-color css
<style>
a { background-color: #194D43; }
a { background-color: rgb(25,77,67); }
div.DivClassName
{
background-color: #194D43;
}
.BgClassName
{
background-color: #194D43;
}
</style>
border-color css
<style>
span { border-color: #194D43; }
span { border-color: rgb(25,77,67); }
td.TdClassName
{
border-color: #194D43;
}
.TagClassName
{
border-color: #194D43;
}
</style>