Shades of Deep Teal #133D33
Tints of Deep Teal #133D33
RGB
CMYK
RGB Variations
Color information
#133D33 (or 0x133D33) is known color: Deep Teal. HEX triplet: 13, 3D and 33. RGB value is (19,61,51). Sum of RGB (Red+Green+Blue) = 19+61+51=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 61 (24.22% from 255 or 46.56% from 131); Blue value is 51 (20.31% from 255 or 38.93% from 131); Max value from RGB is 61 - color contains mainly: green. Hex color #133D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D33 is #ECC2CC. Grayscale: #2F2F2F. Windows color (decimal): -15516365 or 3357971. OLE color: 3357971.
HSL color Cylindrical-coordinate representation of color #133D33: hue angle of 165.71º 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 #133D33 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 61 | 51 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.76 |
| HSL | 165.71º | 0.53% | 0.16% | - |
| HSV(B) | 165.71º | 0.69% | 0.24% | - |
| XYZ | 2.53 | 3.71 | 3.72 | - |
| YUV | 47.3 | 130.09 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 51 | 0.69 | 0 | 0.16 | 0.76 | 165.71 | 0.53 | 0.16 |
| Hex | 13 | 3D | 33 | 45 | 0 | 10 | 4C | A6 | 34 | 10 |
| Octal | 23 | 75 | 63 | 105 | 0 | 20 | 114 | 246 | 64 | 20 |
| Binary | 10011 | 111101 | 110011 | 1000101 | 0 | 10000 | 1001100 | 10100110 | 110100 | 10000 |
Color Harmonies of #133D33
Complementary color
Monochromatic Colors of #133D33
Black with #133D33
Text Example
Text Example
White with #133D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D33; }
p { color: rgb(19,61,51); }
H1.HeaderClassName
{
color: #133D33;
}
.AnyTagClassName
{
color: #133D33;
}
</style>
background-color css
<style>
a { background-color: #133D33; }
a { background-color: rgb(19,61,51); }
div.DivClassName
{
background-color: #133D33;
}
.BgClassName
{
background-color: #133D33;
}
</style>
border-color css
<style>
span { border-color: #133D33; }
span { border-color: rgb(19,61,51); }
td.TdClassName
{
border-color: #133D33;
}
.TagClassName
{
border-color: #133D33;
}
</style>