Shades of Deep Teal #194B41
Tints of Deep Teal #194B41
RGB
CMYK
RGB Variations
Color information
#194B41 (or 0x194B41) is known color: Deep Teal. HEX triplet: 19, 4B and 41. RGB value is (25,75,65). Sum of RGB (Red+Green+Blue) = 25+75+65=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 75 - color contains mainly: green. Hex color #194B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194B41 is #E6B4BE. Grayscale: #3A3A3A. Windows color (decimal): -15119551 or 4279065. OLE color: 4279065.
HSL color Cylindrical-coordinate representation of color #194B41: hue angle of 168º 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 #194B41 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 75 | 65 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.71 |
| HSL | 168º | 0.5% | 0.2% | - |
| HSV(B) | 168º | 0.67% | 0.29% | - |
| XYZ | 3.87 | 5.62 | 5.88 | - |
| YUV | 58.91 | 131.44 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 65 | 0.67 | 0 | 0.13 | 0.71 | 168 | 0.5 | 0.2 |
| Hex | 19 | 4B | 41 | 43 | 0 | D | 47 | A8 | 32 | 14 |
| Octal | 31 | 113 | 101 | 103 | 0 | 15 | 107 | 250 | 62 | 24 |
| Binary | 11001 | 1001011 | 1000001 | 1000011 | 0 | 1101 | 1000111 | 10101000 | 110010 | 10100 |
Color Harmonies of #194B41
Complementary color
Monochromatic Colors of #194B41
Black with #194B41
Text Example
Text Example
White with #194B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B41; }
p { color: rgb(25,75,65); }
H1.HeaderClassName
{
color: #194B41;
}
.AnyTagClassName
{
color: #194B41;
}
</style>
background-color css
<style>
a { background-color: #194B41; }
a { background-color: rgb(25,75,65); }
div.DivClassName
{
background-color: #194B41;
}
.BgClassName
{
background-color: #194B41;
}
</style>
border-color css
<style>
span { border-color: #194B41; }
span { border-color: rgb(25,75,65); }
td.TdClassName
{
border-color: #194B41;
}
.TagClassName
{
border-color: #194B41;
}
</style>