Shades of Deep Teal #21473D
Tints of Deep Teal #21473D
RGB
CMYK
RGB Variations
Color information
#21473D (or 0x21473D) is known color: Deep Teal. HEX triplet: 21, 47 and 3D. RGB value is (33,71,61). Sum of RGB (Red+Green+Blue) = 33+71+61=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 71 - color contains mainly: green. Hex color #21473D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21473D is #DEB8C2. Grayscale: #3A3A3A. Windows color (decimal): -14596291 or 4015905. OLE color: 4015905.
HSL color Cylindrical-coordinate representation of color #21473D: hue angle of 164.21º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #21473D is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 71 | 61 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.72 |
| HSL | 164.21º | 0.37% | 0.2% | - |
| HSV(B) | 164.21º | 0.54% | 0.28% | - |
| XYZ | 3.72 | 5.17 | 5.22 | - |
| YUV | 58.5 | 129.41 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 61 | 0.54 | 0 | 0.14 | 0.72 | 164.21 | 0.37 | 0.2 |
| Hex | 21 | 47 | 3D | 36 | 0 | E | 48 | A4 | 25 | 14 |
| Octal | 41 | 107 | 75 | 66 | 0 | 16 | 110 | 244 | 45 | 24 |
| Binary | 100001 | 1000111 | 111101 | 110110 | 0 | 1110 | 1001000 | 10100100 | 100101 | 10100 |
Color Harmonies of #21473D
Complementary color
Monochromatic Colors of #21473D
Black with #21473D
Text Example
Text Example
White with #21473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21473D; }
p { color: rgb(33,71,61); }
H1.HeaderClassName
{
color: #21473D;
}
.AnyTagClassName
{
color: #21473D;
}
</style>
background-color css
<style>
a { background-color: #21473D; }
a { background-color: rgb(33,71,61); }
div.DivClassName
{
background-color: #21473D;
}
.BgClassName
{
background-color: #21473D;
}
</style>
border-color css
<style>
span { border-color: #21473D; }
span { border-color: rgb(33,71,61); }
td.TdClassName
{
border-color: #21473D;
}
.TagClassName
{
border-color: #21473D;
}
</style>