Shades of Deep Teal #194943
Tints of Deep Teal #194943
RGB
CMYK
RGB Variations
Color information
#194943 (or 0x194943) is known color: Deep Teal. HEX triplet: 19, 49 and 43. RGB value is (25,73,67). Sum of RGB (Red+Green+Blue) = 25+73+67=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 67 (26.56% from 255 or 40.61% from 165); Max value from RGB is 73 - color contains mainly: green. Hex color #194943 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194943 is #E6B6BC. Grayscale: #393939. Windows color (decimal): -15120061 or 4409625. OLE color: 4409625.
HSL color Cylindrical-coordinate representation of color #194943: hue angle of 172.5º 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 #194943 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 73 | 67 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.71 |
| HSL | 172.5º | 0.49% | 0.19% | - |
| HSV(B) | 172.5º | 0.66% | 0.29% | - |
| XYZ | 3.8 | 5.38 | 6.15 | - |
| YUV | 57.96 | 133.1 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 67 | 0.66 | 0 | 0.08 | 0.71 | 172.5 | 0.49 | 0.19 |
| Hex | 19 | 49 | 43 | 42 | 0 | 8 | 47 | AC | 31 | 13 |
| Octal | 31 | 111 | 103 | 102 | 0 | 10 | 107 | 254 | 61 | 23 |
| Binary | 11001 | 1001001 | 1000011 | 1000010 | 0 | 1000 | 1000111 | 10101100 | 110001 | 10011 |
Color Harmonies of #194943
Complementary color
Monochromatic Colors of #194943
Black with #194943
Text Example
Text Example
White with #194943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194943; }
p { color: rgb(25,73,67); }
H1.HeaderClassName
{
color: #194943;
}
.AnyTagClassName
{
color: #194943;
}
</style>
background-color css
<style>
a { background-color: #194943; }
a { background-color: rgb(25,73,67); }
div.DivClassName
{
background-color: #194943;
}
.BgClassName
{
background-color: #194943;
}
</style>
border-color css
<style>
span { border-color: #194943; }
span { border-color: rgb(25,73,67); }
td.TdClassName
{
border-color: #194943;
}
.TagClassName
{
border-color: #194943;
}
</style>