Shades of Deep Teal #194B43
Tints of Deep Teal #194B43
RGB
CMYK
RGB Variations
Color information
#194B43 (or 0x194B43) is known color: Deep Teal. HEX triplet: 19, 4B and 43. RGB value is (25,75,67). Sum of RGB (Red+Green+Blue) = 25+75+67=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 67 (26.56% from 255 or 40.12% from 167); Max value from RGB is 75 - color contains mainly: green. Hex color #194B43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194B43 is #E6B4BC. Grayscale: #3B3B3B. Windows color (decimal): -15119549 or 4410137. OLE color: 4410137.
HSL color Cylindrical-coordinate representation of color #194B43: hue angle of 170.4º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194B43 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 75 | 67 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.71 |
| HSL | 170.4º | 0.5% | 0.2% | - |
| HSV(B) | 170.4º | 0.67% | 0.29% | - |
| XYZ | 3.93 | 5.64 | 6.19 | - |
| YUV | 59.14 | 132.44 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 67 | 0.67 | 0 | 0.11 | 0.71 | 170.4 | 0.5 | 0.2 |
| Hex | 19 | 4B | 43 | 43 | 0 | B | 47 | AA | 32 | 14 |
| Octal | 31 | 113 | 103 | 103 | 0 | 13 | 107 | 252 | 62 | 24 |
| Binary | 11001 | 1001011 | 1000011 | 1000011 | 0 | 1011 | 1000111 | 10101010 | 110010 | 10100 |
Color Harmonies of #194B43
Complementary color
Monochromatic Colors of #194B43
Black with #194B43
Text Example
Text Example
White with #194B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B43; }
p { color: rgb(25,75,67); }
H1.HeaderClassName
{
color: #194B43;
}
.AnyTagClassName
{
color: #194B43;
}
</style>
background-color css
<style>
a { background-color: #194B43; }
a { background-color: rgb(25,75,67); }
div.DivClassName
{
background-color: #194B43;
}
.BgClassName
{
background-color: #194B43;
}
</style>
border-color css
<style>
span { border-color: #194B43; }
span { border-color: rgb(25,75,67); }
td.TdClassName
{
border-color: #194B43;
}
.TagClassName
{
border-color: #194B43;
}
</style>