Shades of Deep Teal #21433B
Tints of Deep Teal #21433B
RGB
CMYK
RGB Variations
Color information
#21433B (or 0x21433B) is known color: Deep Teal. HEX triplet: 21, 43 and 3B. RGB value is (33,67,59). Sum of RGB (Red+Green+Blue) = 33+67+59=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 67 - color contains mainly: green. Hex color #21433B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21433B is #DEBCC4. Grayscale: #373737. Windows color (decimal): -14597317 or 3883809. OLE color: 3883809.
HSL color Cylindrical-coordinate representation of color #21433B: hue angle of 165.88º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #21433B is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 67 | 59 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.74 |
| HSL | 165.88º | 0.34% | 0.2% | - |
| HSV(B) | 165.88º | 0.51% | 0.26% | - |
| XYZ | 3.42 | 4.65 | 4.86 | - |
| YUV | 55.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 59 | 0.51 | 0 | 0.12 | 0.74 | 165.88 | 0.34 | 0.2 |
| Hex | 21 | 43 | 3B | 33 | 0 | C | 4A | A6 | 22 | 14 |
| Octal | 41 | 103 | 73 | 63 | 0 | 14 | 112 | 246 | 42 | 24 |
| Binary | 100001 | 1000011 | 111011 | 110011 | 0 | 1100 | 1001010 | 10100110 | 100010 | 10100 |
Color Harmonies of #21433B
Complementary color
Monochromatic Colors of #21433B
Black with #21433B
Text Example
Text Example
White with #21433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21433B; }
p { color: rgb(33,67,59); }
H1.HeaderClassName
{
color: #21433B;
}
.AnyTagClassName
{
color: #21433B;
}
</style>
background-color css
<style>
a { background-color: #21433B; }
a { background-color: rgb(33,67,59); }
div.DivClassName
{
background-color: #21433B;
}
.BgClassName
{
background-color: #21433B;
}
</style>
border-color css
<style>
span { border-color: #21433B; }
span { border-color: rgb(33,67,59); }
td.TdClassName
{
border-color: #21433B;
}
.TagClassName
{
border-color: #21433B;
}
</style>