Shades of Deep Teal #21403D
Tints of Deep Teal #21403D
RGB
CMYK
RGB Variations
Color information
#21403D (or 0x21403D) is known color: Deep Teal. HEX triplet: 21, 40 and 3D. RGB value is (33,64,61). Sum of RGB (Red+Green+Blue) = 33+64+61=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 64 - color contains mainly: green. Hex color #21403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21403D is #DEBFC2. Grayscale: #363636. Windows color (decimal): -14598083 or 4014113. OLE color: 4014113.
HSL color Cylindrical-coordinate representation of color #21403D: hue angle of 174.19º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #21403D is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 64 | 61 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.75 |
| HSL | 174.19º | 0.32% | 0.19% | - |
| HSV(B) | 174.19º | 0.48% | 0.25% | - |
| XYZ | 3.3 | 4.33 | 5.08 | - |
| YUV | 54.39 | 131.73 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 61 | 0.48 | 0 | 0.05 | 0.75 | 174.19 | 0.32 | 0.19 |
| Hex | 21 | 40 | 3D | 30 | 0 | 5 | 4B | AE | 20 | 13 |
| Octal | 41 | 100 | 75 | 60 | 0 | 5 | 113 | 256 | 40 | 23 |
| Binary | 100001 | 1000000 | 111101 | 110000 | 0 | 101 | 1001011 | 10101110 | 100000 | 10011 |
Color Harmonies of #21403D
Complementary color
Monochromatic Colors of #21403D
Black with #21403D
Text Example
Text Example
White with #21403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21403D; }
p { color: rgb(33,64,61); }
H1.HeaderClassName
{
color: #21403D;
}
.AnyTagClassName
{
color: #21403D;
}
</style>
background-color css
<style>
a { background-color: #21403D; }
a { background-color: rgb(33,64,61); }
div.DivClassName
{
background-color: #21403D;
}
.BgClassName
{
background-color: #21403D;
}
</style>
border-color css
<style>
span { border-color: #21403D; }
span { border-color: rgb(33,64,61); }
td.TdClassName
{
border-color: #21403D;
}
.TagClassName
{
border-color: #21403D;
}
</style>