Shades of Deep Teal #133D37
Tints of Deep Teal #133D37
RGB
CMYK
RGB Variations
Color information
#133D37 (or 0x133D37) is known color: Deep Teal. HEX triplet: 13, 3D and 37. RGB value is (19,61,55). Sum of RGB (Red+Green+Blue) = 19+61+55=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 61 (24.22% from 255 or 45.19% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 61 - color contains mainly: green. Hex color #133D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D37 is #ECC2C8. Grayscale: #2F2F2F. Windows color (decimal): -15516361 or 3620115. OLE color: 3620115.
HSL color Cylindrical-coordinate representation of color #133D37: hue angle of 171.43º 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 #133D37 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 61 | 55 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.76 |
| HSL | 171.43º | 0.53% | 0.16% | - |
| HSV(B) | 171.43º | 0.69% | 0.24% | - |
| XYZ | 2.63 | 3.75 | 4.2 | - |
| YUV | 47.76 | 132.09 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 55 | 0.69 | 0 | 0.10 | 0.76 | 171.43 | 0.53 | 0.16 |
| Hex | 13 | 3D | 37 | 45 | 0 | A | 4C | AB | 34 | 10 |
| Octal | 23 | 75 | 67 | 105 | 0 | 12 | 114 | 253 | 64 | 20 |
| Binary | 10011 | 111101 | 110111 | 1000101 | 0 | 1010 | 1001100 | 10101011 | 110100 | 10000 |
Color Harmonies of #133D37
Complementary color
Monochromatic Colors of #133D37
Black with #133D37
Text Example
Text Example
White with #133D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D37; }
p { color: rgb(19,61,55); }
H1.HeaderClassName
{
color: #133D37;
}
.AnyTagClassName
{
color: #133D37;
}
</style>
background-color css
<style>
a { background-color: #133D37; }
a { background-color: rgb(19,61,55); }
div.DivClassName
{
background-color: #133D37;
}
.BgClassName
{
background-color: #133D37;
}
</style>
border-color css
<style>
span { border-color: #133D37; }
span { border-color: rgb(19,61,55); }
td.TdClassName
{
border-color: #133D37;
}
.TagClassName
{
border-color: #133D37;
}
</style>