Shades of Deep Teal #133D35
Tints of Deep Teal #133D35
RGB
CMYK
RGB Variations
Color information
#133D35 (or 0x133D35) is known color: Deep Teal. HEX triplet: 13, 3D and 35. RGB value is (19,61,53). Sum of RGB (Red+Green+Blue) = 19+61+53=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 61 (24.22% from 255 or 45.86% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 61 - color contains mainly: green. Hex color #133D35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D35 is #ECC2CA. Grayscale: #2F2F2F. Windows color (decimal): -15516363 or 3489043. OLE color: 3489043.
HSL color Cylindrical-coordinate representation of color #133D35: hue angle of 168.57º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133D35 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 61 | 53 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.76 |
| HSL | 168.57º | 0.53% | 0.16% | - |
| HSV(B) | 168.57º | 0.69% | 0.24% | - |
| XYZ | 2.58 | 3.73 | 3.95 | - |
| YUV | 47.53 | 131.09 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 53 | 0.69 | 0 | 0.13 | 0.76 | 168.57 | 0.53 | 0.16 |
| Hex | 13 | 3D | 35 | 45 | 0 | D | 4C | A9 | 34 | 10 |
| Octal | 23 | 75 | 65 | 105 | 0 | 15 | 114 | 251 | 64 | 20 |
| Binary | 10011 | 111101 | 110101 | 1000101 | 0 | 1101 | 1001100 | 10101001 | 110100 | 10000 |
Color Harmonies of #133D35
Complementary color
Monochromatic Colors of #133D35
Black with #133D35
Text Example
Text Example
White with #133D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D35; }
p { color: rgb(19,61,53); }
H1.HeaderClassName
{
color: #133D35;
}
.AnyTagClassName
{
color: #133D35;
}
</style>
background-color css
<style>
a { background-color: #133D35; }
a { background-color: rgb(19,61,53); }
div.DivClassName
{
background-color: #133D35;
}
.BgClassName
{
background-color: #133D35;
}
</style>
border-color css
<style>
span { border-color: #133D35; }
span { border-color: rgb(19,61,53); }
td.TdClassName
{
border-color: #133D35;
}
.TagClassName
{
border-color: #133D35;
}
</style>