Shades of Deep Teal #193C35
Tints of Deep Teal #193C35
RGB
CMYK
RGB Variations
Color information
#193C35 (or 0x193C35) is known color: Deep Teal. HEX triplet: 19, 3C and 35. RGB value is (25,60,53). Sum of RGB (Red+Green+Blue) = 25+60+53=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 60 (23.83% from 255 or 43.48% from 138); Blue value is 53 (21.09% from 255 or 38.41% from 138); Max value from RGB is 60 - color contains mainly: green. Hex color #193C35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C35 is #E6C3CA. Grayscale: #303030. Windows color (decimal): -15123403 or 3488793. OLE color: 3488793.
HSL color Cylindrical-coordinate representation of color #193C35: hue angle of 168º 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 #193C35 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 60 | 53 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.76 |
| HSL | 168º | 0.41% | 0.17% | - |
| HSV(B) | 168º | 0.58% | 0.24% | - |
| XYZ | 2.66 | 3.7 | 3.94 | - |
| YUV | 48.74 | 130.4 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 53 | 0.58 | 0 | 0.12 | 0.76 | 168 | 0.41 | 0.17 |
| Hex | 19 | 3C | 35 | 3A | 0 | C | 4C | A8 | 29 | 11 |
| Octal | 31 | 74 | 65 | 72 | 0 | 14 | 114 | 250 | 51 | 21 |
| Binary | 11001 | 111100 | 110101 | 111010 | 0 | 1100 | 1001100 | 10101000 | 101001 | 10001 |
Color Harmonies of #193C35
Complementary color
Monochromatic Colors of #193C35
Black with #193C35
Text Example
Text Example
White with #193C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193C35; }
p { color: rgb(25,60,53); }
H1.HeaderClassName
{
color: #193C35;
}
.AnyTagClassName
{
color: #193C35;
}
</style>
background-color css
<style>
a { background-color: #193C35; }
a { background-color: rgb(25,60,53); }
div.DivClassName
{
background-color: #193C35;
}
.BgClassName
{
background-color: #193C35;
}
</style>
border-color css
<style>
span { border-color: #193C35; }
span { border-color: rgb(25,60,53); }
td.TdClassName
{
border-color: #193C35;
}
.TagClassName
{
border-color: #193C35;
}
</style>