Shades of Deep Teal #19443A
Tints of Deep Teal #19443A
RGB
CMYK
RGB Variations
Color information
#19443A (or 0x19443A) is known color: Deep Teal. HEX triplet: 19, 44 and 3A. RGB value is (25,68,58). Sum of RGB (Red+Green+Blue) = 25+68+58=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 68 - color contains mainly: green. Hex color #19443A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19443A is #E6BBC5. Grayscale: #363636. Windows color (decimal): -15121350 or 3818521. OLE color: 3818521.
HSL color Cylindrical-coordinate representation of color #19443A: hue angle of 166.05º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #19443A is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 68 | 58 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.73 |
| HSL | 166.05º | 0.46% | 0.18% | - |
| HSV(B) | 166.05º | 0.63% | 0.27% | - |
| XYZ | 3.23 | 4.65 | 4.73 | - |
| YUV | 54 | 130.25 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 68 | 58 | 0.63 | 0 | 0.15 | 0.73 | 166.05 | 0.46 | 0.18 |
| Hex | 19 | 44 | 3A | 3F | 0 | F | 49 | A6 | 2E | 12 |
| Octal | 31 | 104 | 72 | 77 | 0 | 17 | 111 | 246 | 56 | 22 |
| Binary | 11001 | 1000100 | 111010 | 111111 | 0 | 1111 | 1001001 | 10100110 | 101110 | 10010 |
Color Harmonies of #19443A
Complementary color
Monochromatic Colors of #19443A
Black with #19443A
Text Example
Text Example
White with #19443A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19443A; }
p { color: rgb(25,68,58); }
H1.HeaderClassName
{
color: #19443A;
}
.AnyTagClassName
{
color: #19443A;
}
</style>
background-color css
<style>
a { background-color: #19443A; }
a { background-color: rgb(25,68,58); }
div.DivClassName
{
background-color: #19443A;
}
.BgClassName
{
background-color: #19443A;
}
</style>
border-color css
<style>
span { border-color: #19443A; }
span { border-color: rgb(25,68,58); }
td.TdClassName
{
border-color: #19443A;
}
.TagClassName
{
border-color: #19443A;
}
</style>