Shades of Deep Teal #21413D
Tints of Deep Teal #21413D
RGB
CMYK
RGB Variations
Color information
#21413D (or 0x21413D) is known color: Deep Teal. HEX triplet: 21, 41 and 3D. RGB value is (33,65,61). Sum of RGB (Red+Green+Blue) = 33+65+61=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 65 - color contains mainly: green. Hex color #21413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21413D is #DEBEC2. Grayscale: #363636. Windows color (decimal): -14597827 or 4014369. OLE color: 4014369.
HSL color Cylindrical-coordinate representation of color #21413D: hue angle of 172.5º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #21413D is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 65 | 61 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.75 |
| HSL | 172.5º | 0.33% | 0.19% | - |
| HSV(B) | 172.5º | 0.49% | 0.25% | - |
| XYZ | 3.36 | 4.44 | 5.09 | - |
| YUV | 54.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 61 | 0.49 | 0 | 0.06 | 0.75 | 172.5 | 0.33 | 0.19 |
| Hex | 21 | 41 | 3D | 31 | 0 | 6 | 4B | AC | 21 | 13 |
| Octal | 41 | 101 | 75 | 61 | 0 | 6 | 113 | 254 | 41 | 23 |
| Binary | 100001 | 1000001 | 111101 | 110001 | 0 | 110 | 1001011 | 10101100 | 100001 | 10011 |
Color Harmonies of #21413D
Complementary color
Monochromatic Colors of #21413D
Black with #21413D
Text Example
Text Example
White with #21413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21413D; }
p { color: rgb(33,65,61); }
H1.HeaderClassName
{
color: #21413D;
}
.AnyTagClassName
{
color: #21413D;
}
</style>
background-color css
<style>
a { background-color: #21413D; }
a { background-color: rgb(33,65,61); }
div.DivClassName
{
background-color: #21413D;
}
.BgClassName
{
background-color: #21413D;
}
</style>
border-color css
<style>
span { border-color: #21413D; }
span { border-color: rgb(33,65,61); }
td.TdClassName
{
border-color: #21413D;
}
.TagClassName
{
border-color: #21413D;
}
</style>