Shades of Deep Teal #193C36
Tints of Deep Teal #193C36
RGB
CMYK
RGB Variations
Color information
#193C36 (or 0x193C36) is known color: Deep Teal. HEX triplet: 19, 3C and 36. RGB value is (25,60,54). Sum of RGB (Red+Green+Blue) = 25+60+54=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 60 (23.83% from 255 or 43.17% from 139); Blue value is 54 (21.48% from 255 or 38.85% from 139); Max value from RGB is 60 - color contains mainly: green. Hex color #193C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C36 is #E6C3C9. Grayscale: #303030. Windows color (decimal): -15123402 or 3554329. OLE color: 3554329.
HSL color Cylindrical-coordinate representation of color #193C36: hue angle of 169.71º 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 #193C36 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 60 | 54 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.76 |
| HSL | 169.71º | 0.41% | 0.17% | - |
| HSV(B) | 169.71º | 0.58% | 0.24% | - |
| XYZ | 2.68 | 3.7 | 4.06 | - |
| YUV | 48.85 | 130.9 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 54 | 0.58 | 0 | 0.10 | 0.76 | 169.71 | 0.41 | 0.17 |
| Hex | 19 | 3C | 36 | 3A | 0 | A | 4C | AA | 29 | 11 |
| Octal | 31 | 74 | 66 | 72 | 0 | 12 | 114 | 252 | 51 | 21 |
| Binary | 11001 | 111100 | 110110 | 111010 | 0 | 1010 | 1001100 | 10101010 | 101001 | 10001 |
Color Harmonies of #193C36
Complementary color
Monochromatic Colors of #193C36
Black with #193C36
Text Example
Text Example
White with #193C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193C36; }
p { color: rgb(25,60,54); }
H1.HeaderClassName
{
color: #193C36;
}
.AnyTagClassName
{
color: #193C36;
}
</style>
background-color css
<style>
a { background-color: #193C36; }
a { background-color: rgb(25,60,54); }
div.DivClassName
{
background-color: #193C36;
}
.BgClassName
{
background-color: #193C36;
}
</style>
border-color css
<style>
span { border-color: #193C36; }
span { border-color: rgb(25,60,54); }
td.TdClassName
{
border-color: #193C36;
}
.TagClassName
{
border-color: #193C36;
}
</style>