Shades of Deep Teal #133835
Tints of Deep Teal #133835
RGB
CMYK
RGB Variations
Color information
#133835 (or 0x133835) is known color: Deep Teal. HEX triplet: 13, 38 and 35. RGB value is (19,56,53). Sum of RGB (Red+Green+Blue) = 19+56+53=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 53 (21.09% from 255 or 41.41% from 128); Max value from RGB is 56 - color contains mainly: green. Hex color #133835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133835 is #ECC7CA. Grayscale: #2C2C2C. Windows color (decimal): -15517643 or 3487763. OLE color: 3487763.
HSL color Cylindrical-coordinate representation of color #133835: hue angle of 175.14º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #133835 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 56 | 53 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.78 |
| HSL | 175.14º | 0.49% | 0.15% | - |
| HSV(B) | 175.14º | 0.66% | 0.22% | - |
| XYZ | 2.33 | 3.22 | 3.87 | - |
| YUV | 44.6 | 132.74 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 53 | 0.66 | 0 | 0.05 | 0.78 | 175.14 | 0.49 | 0.15 |
| Hex | 13 | 38 | 35 | 42 | 0 | 5 | 4E | AF | 31 | F |
| Octal | 23 | 70 | 65 | 102 | 0 | 5 | 116 | 257 | 61 | 17 |
| Binary | 10011 | 111000 | 110101 | 1000010 | 0 | 101 | 1001110 | 10101111 | 110001 | 1111 |
Color Harmonies of #133835
Complementary color
Monochromatic Colors of #133835
Black with #133835
Text Example
Text Example
White with #133835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133835; }
p { color: rgb(19,56,53); }
H1.HeaderClassName
{
color: #133835;
}
.AnyTagClassName
{
color: #133835;
}
</style>
background-color css
<style>
a { background-color: #133835; }
a { background-color: rgb(19,56,53); }
div.DivClassName
{
background-color: #133835;
}
.BgClassName
{
background-color: #133835;
}
</style>
border-color css
<style>
span { border-color: #133835; }
span { border-color: rgb(19,56,53); }
td.TdClassName
{
border-color: #133835;
}
.TagClassName
{
border-color: #133835;
}
</style>