Shades of Deep Teal #21433A
Tints of Deep Teal #21433A
RGB
CMYK
RGB Variations
Color information
#21433A (or 0x21433A) is known color: Deep Teal. HEX triplet: 21, 43 and 3A. RGB value is (33,67,58). Sum of RGB (Red+Green+Blue) = 33+67+58=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 67 - color contains mainly: green. Hex color #21433A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21433A is #DEBCC5. Grayscale: #373737. Windows color (decimal): -14597318 or 3818273. OLE color: 3818273.
HSL color Cylindrical-coordinate representation of color #21433A: hue angle of 164.12º 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 #21433A is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 67 | 58 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.74 |
| HSL | 164.12º | 0.34% | 0.2% | - |
| HSV(B) | 164.12º | 0.51% | 0.26% | - |
| XYZ | 3.4 | 4.64 | 4.72 | - |
| YUV | 55.81 | 129.24 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 58 | 0.51 | 0 | 0.13 | 0.74 | 164.12 | 0.34 | 0.2 |
| Hex | 21 | 43 | 3A | 33 | 0 | D | 4A | A4 | 22 | 14 |
| Octal | 41 | 103 | 72 | 63 | 0 | 15 | 112 | 244 | 42 | 24 |
| Binary | 100001 | 1000011 | 111010 | 110011 | 0 | 1101 | 1001010 | 10100100 | 100010 | 10100 |
Color Harmonies of #21433A
Complementary color
Monochromatic Colors of #21433A
Black with #21433A
Text Example
Text Example
White with #21433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21433A; }
p { color: rgb(33,67,58); }
H1.HeaderClassName
{
color: #21433A;
}
.AnyTagClassName
{
color: #21433A;
}
</style>
background-color css
<style>
a { background-color: #21433A; }
a { background-color: rgb(33,67,58); }
div.DivClassName
{
background-color: #21433A;
}
.BgClassName
{
background-color: #21433A;
}
</style>
border-color css
<style>
span { border-color: #21433A; }
span { border-color: rgb(33,67,58); }
td.TdClassName
{
border-color: #21433A;
}
.TagClassName
{
border-color: #21433A;
}
</style>