Shades of Deep Teal #193833
Tints of Deep Teal #193833
RGB
CMYK
RGB Variations
Color information
#193833 (or 0x193833) is known color: Deep Teal. HEX triplet: 19, 38 and 33. RGB value is (25,56,51). Sum of RGB (Red+Green+Blue) = 25+56+51=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 56 (22.27% from 255 or 42.42% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 56 - color contains mainly: green. Hex color #193833 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193833 is #E6C7CC. Grayscale: #2E2E2E. Windows color (decimal): -15124429 or 3356697. OLE color: 3356697.
HSL color Cylindrical-coordinate representation of color #193833: hue angle of 170.32º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #193833 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 56 | 51 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.78 |
| HSL | 170.32º | 0.38% | 0.16% | - |
| HSV(B) | 170.32º | 0.55% | 0.22% | - |
| XYZ | 2.41 | 3.27 | 3.64 | - |
| YUV | 46.16 | 130.73 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 51 | 0.55 | 0 | 0.09 | 0.78 | 170.32 | 0.38 | 0.16 |
| Hex | 19 | 38 | 33 | 37 | 0 | 9 | 4E | AA | 26 | 10 |
| Octal | 31 | 70 | 63 | 67 | 0 | 11 | 116 | 252 | 46 | 20 |
| Binary | 11001 | 111000 | 110011 | 110111 | 0 | 1001 | 1001110 | 10101010 | 100110 | 10000 |
Color Harmonies of #193833
Complementary color
Monochromatic Colors of #193833
Black with #193833
Text Example
Text Example
White with #193833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193833; }
p { color: rgb(25,56,51); }
H1.HeaderClassName
{
color: #193833;
}
.AnyTagClassName
{
color: #193833;
}
</style>
background-color css
<style>
a { background-color: #193833; }
a { background-color: rgb(25,56,51); }
div.DivClassName
{
background-color: #193833;
}
.BgClassName
{
background-color: #193833;
}
</style>
border-color css
<style>
span { border-color: #193833; }
span { border-color: rgb(25,56,51); }
td.TdClassName
{
border-color: #193833;
}
.TagClassName
{
border-color: #193833;
}
</style>