Shades of Deep Teal #193B34
Tints of Deep Teal #193B34
RGB
CMYK
RGB Variations
Color information
#193B34 (or 0x193B34) is known color: Deep Teal. HEX triplet: 19, 3B and 34. RGB value is (25,59,52). Sum of RGB (Red+Green+Blue) = 25+59+52=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 59 (23.44% from 255 or 43.38% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 59 - color contains mainly: green. Hex color #193B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193B34 is #E6C4CB. Grayscale: #303030. Windows color (decimal): -15123660 or 3423001. OLE color: 3423001.
HSL color Cylindrical-coordinate representation of color #193B34: hue angle of 167.65º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #193B34 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 59 | 52 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.77 |
| HSL | 167.65º | 0.4% | 0.16% | - |
| HSV(B) | 167.65º | 0.58% | 0.23% | - |
| XYZ | 2.58 | 3.58 | 3.8 | - |
| YUV | 48.04 | 130.24 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 52 | 0.58 | 0 | 0.12 | 0.77 | 167.65 | 0.4 | 0.16 |
| Hex | 19 | 3B | 34 | 3A | 0 | C | 4D | A8 | 28 | 10 |
| Octal | 31 | 73 | 64 | 72 | 0 | 14 | 115 | 250 | 50 | 20 |
| Binary | 11001 | 111011 | 110100 | 111010 | 0 | 1100 | 1001101 | 10101000 | 101000 | 10000 |
Color Harmonies of #193B34
Complementary color
Monochromatic Colors of #193B34
Black with #193B34
Text Example
Text Example
White with #193B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193B34; }
p { color: rgb(25,59,52); }
H1.HeaderClassName
{
color: #193B34;
}
.AnyTagClassName
{
color: #193B34;
}
</style>
background-color css
<style>
a { background-color: #193B34; }
a { background-color: rgb(25,59,52); }
div.DivClassName
{
background-color: #193B34;
}
.BgClassName
{
background-color: #193B34;
}
</style>
border-color css
<style>
span { border-color: #193B34; }
span { border-color: rgb(25,59,52); }
td.TdClassName
{
border-color: #193B34;
}
.TagClassName
{
border-color: #193B34;
}
</style>