Shades of Deep Teal #193D3A
Tints of Deep Teal #193D3A
RGB
CMYK
RGB Variations
Color information
#193D3A (or 0x193D3A) is known color: Deep Teal. HEX triplet: 19, 3D and 3A. RGB value is (25,61,58). Sum of RGB (Red+Green+Blue) = 25+61+58=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 61 (24.22% from 255 or 42.36% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 61 - color contains mainly: green. Hex color #193D3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D3A is #E6C2C5. Grayscale: #313131. Windows color (decimal): -15123142 or 3816729. OLE color: 3816729.
HSL color Cylindrical-coordinate representation of color #193D3A: hue angle of 175º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #193D3A is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 61 | 58 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.76 |
| HSL | 175º | 0.42% | 0.17% | - |
| HSV(B) | 175º | 0.59% | 0.24% | - |
| XYZ | 2.83 | 3.85 | 4.6 | - |
| YUV | 49.89 | 132.57 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 58 | 0.59 | 0 | 0.05 | 0.76 | 175 | 0.42 | 0.17 |
| Hex | 19 | 3D | 3A | 3B | 0 | 5 | 4C | AF | 2A | 11 |
| Octal | 31 | 75 | 72 | 73 | 0 | 5 | 114 | 257 | 52 | 21 |
| Binary | 11001 | 111101 | 111010 | 111011 | 0 | 101 | 1001100 | 10101111 | 101010 | 10001 |
Color Harmonies of #193D3A
Complementary color
Monochromatic Colors of #193D3A
Black with #193D3A
Text Example
Text Example
White with #193D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D3A; }
p { color: rgb(25,61,58); }
H1.HeaderClassName
{
color: #193D3A;
}
.AnyTagClassName
{
color: #193D3A;
}
</style>
background-color css
<style>
a { background-color: #193D3A; }
a { background-color: rgb(25,61,58); }
div.DivClassName
{
background-color: #193D3A;
}
.BgClassName
{
background-color: #193D3A;
}
</style>
border-color css
<style>
span { border-color: #193D3A; }
span { border-color: rgb(25,61,58); }
td.TdClassName
{
border-color: #193D3A;
}
.TagClassName
{
border-color: #193D3A;
}
</style>