Shades of Deep Teal #133834
Tints of Deep Teal #133834
RGB
CMYK
RGB Variations
Color information
#133834 (or 0x133834) is known color: Deep Teal. HEX triplet: 13, 38 and 34. RGB value is (19,56,52). Sum of RGB (Red+Green+Blue) = 19+56+52=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 52 (20.70% from 255 or 40.94% from 127); Max value from RGB is 56 - color contains mainly: green. Hex color #133834 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133834 is #ECC7CB. Grayscale: #2C2C2C. Windows color (decimal): -15517644 or 3422227. OLE color: 3422227.
HSL color Cylindrical-coordinate representation of color #133834: hue angle of 173.51º 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 #133834 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 56 | 52 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.78 |
| HSL | 173.51º | 0.49% | 0.15% | - |
| HSV(B) | 173.51º | 0.66% | 0.22% | - |
| XYZ | 2.3 | 3.21 | 3.75 | - |
| YUV | 44.48 | 132.24 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 52 | 0.66 | 0 | 0.07 | 0.78 | 173.51 | 0.49 | 0.15 |
| Hex | 13 | 38 | 34 | 42 | 0 | 7 | 4E | AE | 31 | F |
| Octal | 23 | 70 | 64 | 102 | 0 | 7 | 116 | 256 | 61 | 17 |
| Binary | 10011 | 111000 | 110100 | 1000010 | 0 | 111 | 1001110 | 10101110 | 110001 | 1111 |
Color Harmonies of #133834
Complementary color
Monochromatic Colors of #133834
Black with #133834
Text Example
Text Example
White with #133834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133834; }
p { color: rgb(19,56,52); }
H1.HeaderClassName
{
color: #133834;
}
.AnyTagClassName
{
color: #133834;
}
</style>
background-color css
<style>
a { background-color: #133834; }
a { background-color: rgb(19,56,52); }
div.DivClassName
{
background-color: #133834;
}
.BgClassName
{
background-color: #133834;
}
</style>
border-color css
<style>
span { border-color: #133834; }
span { border-color: rgb(19,56,52); }
td.TdClassName
{
border-color: #133834;
}
.TagClassName
{
border-color: #133834;
}
</style>