Shades of Deep Teal #193C38
Tints of Deep Teal #193C38
RGB
CMYK
RGB Variations
Color information
#193C38 (or 0x193C38) is known color: Deep Teal. HEX triplet: 19, 3C and 38. RGB value is (25,60,56). Sum of RGB (Red+Green+Blue) = 25+60+56=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 60 (23.83% from 255 or 42.55% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 60 - color contains mainly: green. Hex color #193C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C38 is #E6C3C7. Grayscale: #313131. Windows color (decimal): -15123400 or 3685401. OLE color: 3685401.
HSL color Cylindrical-coordinate representation of color #193C38: hue angle of 173.14º 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 #193C38 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 60 | 56 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.76 |
| HSL | 173.14º | 0.41% | 0.17% | - |
| HSV(B) | 173.14º | 0.58% | 0.24% | - |
| XYZ | 2.73 | 3.72 | 4.32 | - |
| YUV | 49.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 56 | 0.58 | 0 | 0.07 | 0.76 | 173.14 | 0.41 | 0.17 |
| Hex | 19 | 3C | 38 | 3A | 0 | 7 | 4C | AD | 29 | 11 |
| Octal | 31 | 74 | 70 | 72 | 0 | 7 | 114 | 255 | 51 | 21 |
| Binary | 11001 | 111100 | 111000 | 111010 | 0 | 111 | 1001100 | 10101101 | 101001 | 10001 |
Color Harmonies of #193C38
Complementary color
Monochromatic Colors of #193C38
Black with #193C38
Text Example
Text Example
White with #193C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193C38; }
p { color: rgb(25,60,56); }
H1.HeaderClassName
{
color: #193C38;
}
.AnyTagClassName
{
color: #193C38;
}
</style>
background-color css
<style>
a { background-color: #193C38; }
a { background-color: rgb(25,60,56); }
div.DivClassName
{
background-color: #193C38;
}
.BgClassName
{
background-color: #193C38;
}
</style>
border-color css
<style>
span { border-color: #193C38; }
span { border-color: rgb(25,60,56); }
td.TdClassName
{
border-color: #193C38;
}
.TagClassName
{
border-color: #193C38;
}
</style>