Shades of Deep Teal #133732
Tints of Deep Teal #133732
RGB
CMYK
RGB Variations
Color information
#133732 (or 0x133732) is known color: Deep Teal. HEX triplet: 13, 37 and 32. RGB value is (19,55,50). Sum of RGB (Red+Green+Blue) = 19+55+50=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 55 - color contains mainly: green. Hex color #133732 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133732 is #ECC8CD. Grayscale: #2B2B2B. Windows color (decimal): -15517902 or 3290899. OLE color: 3290899.
HSL color Cylindrical-coordinate representation of color #133732: hue angle of 171.67º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133732 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 55 | 50 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.78 |
| HSL | 171.67º | 0.49% | 0.15% | - |
| HSV(B) | 171.67º | 0.65% | 0.22% | - |
| XYZ | 2.21 | 3.1 | 3.5 | - |
| YUV | 43.67 | 131.57 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 55 | 50 | 0.65 | 0 | 0.09 | 0.78 | 171.67 | 0.49 | 0.15 |
| Hex | 13 | 37 | 32 | 41 | 0 | 9 | 4E | AC | 31 | F |
| Octal | 23 | 67 | 62 | 101 | 0 | 11 | 116 | 254 | 61 | 17 |
| Binary | 10011 | 110111 | 110010 | 1000001 | 0 | 1001 | 1001110 | 10101100 | 110001 | 1111 |
Color Harmonies of #133732
Complementary color
Monochromatic Colors of #133732
Black with #133732
Text Example
Text Example
White with #133732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133732; }
p { color: rgb(19,55,50); }
H1.HeaderClassName
{
color: #133732;
}
.AnyTagClassName
{
color: #133732;
}
</style>
background-color css
<style>
a { background-color: #133732; }
a { background-color: rgb(19,55,50); }
div.DivClassName
{
background-color: #133732;
}
.BgClassName
{
background-color: #133732;
}
</style>
border-color css
<style>
span { border-color: #133732; }
span { border-color: rgb(19,55,50); }
td.TdClassName
{
border-color: #133732;
}
.TagClassName
{
border-color: #133732;
}
</style>