Shades of Deep Teal #193C34
Tints of Deep Teal #193C34
RGB
CMYK
RGB Variations
Color information
#193C34 (or 0x193C34) is known color: Deep Teal. HEX triplet: 19, 3C and 34. RGB value is (25,60,52). Sum of RGB (Red+Green+Blue) = 25+60+52=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 60 (23.83% from 255 or 43.80% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 60 - color contains mainly: green. Hex color #193C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C34 is #E6C3CB. Grayscale: #303030. Windows color (decimal): -15123404 or 3423257. OLE color: 3423257.
HSL color Cylindrical-coordinate representation of color #193C34: hue angle of 166.29º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #193C34 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 60 | 52 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.76 |
| HSL | 166.29º | 0.41% | 0.17% | - |
| HSV(B) | 166.29º | 0.58% | 0.24% | - |
| XYZ | 2.64 | 3.69 | 3.82 | - |
| YUV | 48.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 52 | 0.58 | 0 | 0.13 | 0.76 | 166.29 | 0.41 | 0.17 |
| Hex | 19 | 3C | 34 | 3A | 0 | D | 4C | A6 | 29 | 11 |
| Octal | 31 | 74 | 64 | 72 | 0 | 15 | 114 | 246 | 51 | 21 |
| Binary | 11001 | 111100 | 110100 | 111010 | 0 | 1101 | 1001100 | 10100110 | 101001 | 10001 |
Color Harmonies of #193C34
Complementary color
Monochromatic Colors of #193C34
Black with #193C34
Text Example
Text Example
White with #193C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193C34; }
p { color: rgb(25,60,52); }
H1.HeaderClassName
{
color: #193C34;
}
.AnyTagClassName
{
color: #193C34;
}
</style>
background-color css
<style>
a { background-color: #193C34; }
a { background-color: rgb(25,60,52); }
div.DivClassName
{
background-color: #193C34;
}
.BgClassName
{
background-color: #193C34;
}
</style>
border-color css
<style>
span { border-color: #193C34; }
span { border-color: rgb(25,60,52); }
td.TdClassName
{
border-color: #193C34;
}
.TagClassName
{
border-color: #193C34;
}
</style>