Shades of Deep Teal #21453D
Tints of Deep Teal #21453D
RGB
CMYK
RGB Variations
Color information
#21453D (or 0x21453D) is known color: Deep Teal. HEX triplet: 21, 45 and 3D. RGB value is (33,69,61). Sum of RGB (Red+Green+Blue) = 33+69+61=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 69 - color contains mainly: green. Hex color #21453D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21453D is #DEBAC2. Grayscale: #393939. Windows color (decimal): -14596803 or 4015393. OLE color: 4015393.
HSL color Cylindrical-coordinate representation of color #21453D: hue angle of 166.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #21453D is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 69 | 61 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.73 |
| HSL | 166.67º | 0.35% | 0.2% | - |
| HSV(B) | 166.67º | 0.52% | 0.27% | - |
| XYZ | 3.6 | 4.92 | 5.17 | - |
| YUV | 57.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 69 | 61 | 0.52 | 0 | 0.12 | 0.73 | 166.67 | 0.35 | 0.2 |
| Hex | 21 | 45 | 3D | 34 | 0 | C | 49 | A7 | 23 | 14 |
| Octal | 41 | 105 | 75 | 64 | 0 | 14 | 111 | 247 | 43 | 24 |
| Binary | 100001 | 1000101 | 111101 | 110100 | 0 | 1100 | 1001001 | 10100111 | 100011 | 10100 |
Color Harmonies of #21453D
Complementary color
Monochromatic Colors of #21453D
Black with #21453D
Text Example
Text Example
White with #21453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21453D; }
p { color: rgb(33,69,61); }
H1.HeaderClassName
{
color: #21453D;
}
.AnyTagClassName
{
color: #21453D;
}
</style>
background-color css
<style>
a { background-color: #21453D; }
a { background-color: rgb(33,69,61); }
div.DivClassName
{
background-color: #21453D;
}
.BgClassName
{
background-color: #21453D;
}
</style>
border-color css
<style>
span { border-color: #21453D; }
span { border-color: rgb(33,69,61); }
td.TdClassName
{
border-color: #21453D;
}
.TagClassName
{
border-color: #21453D;
}
</style>