Shades of Deep Teal #193A33
Tints of Deep Teal #193A33
RGB
CMYK
RGB Variations
Color information
#193A33 (or 0x193A33) is known color: Deep Teal. HEX triplet: 19, 3A and 33. RGB value is (25,58,51). Sum of RGB (Red+Green+Blue) = 25+58+51=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 58 (23.05% from 255 or 43.28% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 58 - color contains mainly: green. Hex color #193A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A33 is #E6C5CC. Grayscale: #2F2F2F. Windows color (decimal): -15123917 or 3357209. OLE color: 3357209.
HSL color Cylindrical-coordinate representation of color #193A33: hue angle of 167.27º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #193A33 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 58 | 51 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.77 |
| HSL | 167.27º | 0.4% | 0.16% | - |
| HSV(B) | 167.27º | 0.57% | 0.23% | - |
| XYZ | 2.51 | 3.47 | 3.67 | - |
| YUV | 47.34 | 130.07 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 51 | 0.57 | 0 | 0.12 | 0.77 | 167.27 | 0.4 | 0.16 |
| Hex | 19 | 3A | 33 | 39 | 0 | C | 4D | A7 | 28 | 10 |
| Octal | 31 | 72 | 63 | 71 | 0 | 14 | 115 | 247 | 50 | 20 |
| Binary | 11001 | 111010 | 110011 | 111001 | 0 | 1100 | 1001101 | 10100111 | 101000 | 10000 |
Color Harmonies of #193A33
Complementary color
Monochromatic Colors of #193A33
Black with #193A33
Text Example
Text Example
White with #193A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A33; }
p { color: rgb(25,58,51); }
H1.HeaderClassName
{
color: #193A33;
}
.AnyTagClassName
{
color: #193A33;
}
</style>
background-color css
<style>
a { background-color: #193A33; }
a { background-color: rgb(25,58,51); }
div.DivClassName
{
background-color: #193A33;
}
.BgClassName
{
background-color: #193A33;
}
</style>
border-color css
<style>
span { border-color: #193A33; }
span { border-color: rgb(25,58,51); }
td.TdClassName
{
border-color: #193A33;
}
.TagClassName
{
border-color: #193A33;
}
</style>