Shades of Deep Teal #133933
Tints of Deep Teal #133933
RGB
CMYK
RGB Variations
Color information
#133933 (or 0x133933) is known color: Deep Teal. HEX triplet: 13, 39 and 33. RGB value is (19,57,51). Sum of RGB (Red+Green+Blue) = 19+57+51=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 57 (22.66% from 255 or 44.88% from 127); Blue value is 51 (20.31% from 255 or 40.16% from 127); Max value from RGB is 57 - color contains mainly: green. Hex color #133933 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133933 is #ECC6CC. Grayscale: #2C2C2C. Windows color (decimal): -15517389 or 3356947. OLE color: 3356947.
HSL color Cylindrical-coordinate representation of color #133933: hue angle of 170.53º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133933 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 57 | 51 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.78 |
| HSL | 170.53º | 0.5% | 0.15% | - |
| HSV(B) | 170.53º | 0.67% | 0.22% | - |
| XYZ | 2.33 | 3.3 | 3.65 | - |
| YUV | 44.95 | 131.41 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 57 | 51 | 0.67 | 0 | 0.11 | 0.78 | 170.53 | 0.5 | 0.15 |
| Hex | 13 | 39 | 33 | 43 | 0 | B | 4E | AB | 32 | F |
| Octal | 23 | 71 | 63 | 103 | 0 | 13 | 116 | 253 | 62 | 17 |
| Binary | 10011 | 111001 | 110011 | 1000011 | 0 | 1011 | 1001110 | 10101011 | 110010 | 1111 |
Color Harmonies of #133933
Complementary color
Monochromatic Colors of #133933
Black with #133933
Text Example
Text Example
White with #133933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133933; }
p { color: rgb(19,57,51); }
H1.HeaderClassName
{
color: #133933;
}
.AnyTagClassName
{
color: #133933;
}
</style>
background-color css
<style>
a { background-color: #133933; }
a { background-color: rgb(19,57,51); }
div.DivClassName
{
background-color: #133933;
}
.BgClassName
{
background-color: #133933;
}
</style>
border-color css
<style>
span { border-color: #133933; }
span { border-color: rgb(19,57,51); }
td.TdClassName
{
border-color: #133933;
}
.TagClassName
{
border-color: #133933;
}
</style>