Shades of Deep Teal #133D39
Tints of Deep Teal #133D39
RGB
CMYK
RGB Variations
Color information
#133D39 (or 0x133D39) is known color: Deep Teal. HEX triplet: 13, 3D and 39. RGB value is (19,61,57). Sum of RGB (Red+Green+Blue) = 19+61+57=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 61 (24.22% from 255 or 44.53% from 137); Blue value is 57 (22.66% from 255 or 41.61% from 137); Max value from RGB is 61 - color contains mainly: green. Hex color #133D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D39 is #ECC2C6. Grayscale: #2F2F2F. Windows color (decimal): -15516359 or 3751187. OLE color: 3751187.
HSL color Cylindrical-coordinate representation of color #133D39: hue angle of 174.29º 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 #133D39 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 61 | 57 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.76 |
| HSL | 174.29º | 0.53% | 0.16% | - |
| HSV(B) | 174.29º | 0.69% | 0.24% | - |
| XYZ | 2.68 | 3.77 | 4.46 | - |
| YUV | 47.99 | 133.09 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 57 | 0.69 | 0 | 0.07 | 0.76 | 174.29 | 0.53 | 0.16 |
| Hex | 13 | 3D | 39 | 45 | 0 | 7 | 4C | AE | 34 | 10 |
| Octal | 23 | 75 | 71 | 105 | 0 | 7 | 114 | 256 | 64 | 20 |
| Binary | 10011 | 111101 | 111001 | 1000101 | 0 | 111 | 1001100 | 10101110 | 110100 | 10000 |
Color Harmonies of #133D39
Complementary color
Monochromatic Colors of #133D39
Black with #133D39
Text Example
Text Example
White with #133D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D39; }
p { color: rgb(19,61,57); }
H1.HeaderClassName
{
color: #133D39;
}
.AnyTagClassName
{
color: #133D39;
}
</style>
background-color css
<style>
a { background-color: #133D39; }
a { background-color: rgb(19,61,57); }
div.DivClassName
{
background-color: #133D39;
}
.BgClassName
{
background-color: #133D39;
}
</style>
border-color css
<style>
span { border-color: #133D39; }
span { border-color: rgb(19,61,57); }
td.TdClassName
{
border-color: #133D39;
}
.TagClassName
{
border-color: #133D39;
}
</style>