Shades of Deep Teal #19483B
Tints of Deep Teal #19483B
RGB
CMYK
RGB Variations
Color information
#19483B (or 0x19483B) is known color: Deep Teal. HEX triplet: 19, 48 and 3B. RGB value is (25,72,59). Sum of RGB (Red+Green+Blue) = 25+72+59=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 72 - color contains mainly: green. Hex color #19483B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19483B is #E6B7C4. Grayscale: #383838. Windows color (decimal): -15120325 or 3885081. OLE color: 3885081.
HSL color Cylindrical-coordinate representation of color #19483B: hue angle of 163.4º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #19483B is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 72 | 59 | - |
| CMYK | 0.65 | 0 | 0.18 | 0.72 |
| HSL | 163.4º | 0.48% | 0.19% | - |
| HSV(B) | 163.4º | 0.65% | 0.28% | - |
| XYZ | 3.51 | 5.16 | 4.95 | - |
| YUV | 56.47 | 129.43 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 72 | 59 | 0.65 | 0 | 0.18 | 0.72 | 163.4 | 0.48 | 0.19 |
| Hex | 19 | 48 | 3B | 41 | 0 | 12 | 48 | A3 | 30 | 13 |
| Octal | 31 | 110 | 73 | 101 | 0 | 22 | 110 | 243 | 60 | 23 |
| Binary | 11001 | 1001000 | 111011 | 1000001 | 0 | 10010 | 1001000 | 10100011 | 110000 | 10011 |
Color Harmonies of #19483B
Complementary color
Monochromatic Colors of #19483B
Black with #19483B
Text Example
Text Example
White with #19483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19483B; }
p { color: rgb(25,72,59); }
H1.HeaderClassName
{
color: #19483B;
}
.AnyTagClassName
{
color: #19483B;
}
</style>
background-color css
<style>
a { background-color: #19483B; }
a { background-color: rgb(25,72,59); }
div.DivClassName
{
background-color: #19483B;
}
.BgClassName
{
background-color: #19483B;
}
</style>
border-color css
<style>
span { border-color: #19483B; }
span { border-color: rgb(25,72,59); }
td.TdClassName
{
border-color: #19483B;
}
.TagClassName
{
border-color: #19483B;
}
</style>