Shades of Deep Teal #21433F
Tints of Deep Teal #21433F
RGB
CMYK
RGB Variations
Color information
#21433F (or 0x21433F) is known color: Deep Teal. HEX triplet: 21, 43 and 3F. RGB value is (33,67,63). Sum of RGB (Red+Green+Blue) = 33+67+63=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 67 - color contains mainly: green. Hex color #21433F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21433F is #DEBCC0. Grayscale: #383838. Windows color (decimal): -14597313 or 4145953. OLE color: 4145953.
HSL color Cylindrical-coordinate representation of color #21433F: hue angle of 172.94º 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 #21433F is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 67 | 63 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.74 |
| HSL | 172.94º | 0.34% | 0.2% | - |
| HSV(B) | 172.94º | 0.51% | 0.26% | - |
| XYZ | 3.53 | 4.7 | 5.42 | - |
| YUV | 56.38 | 131.74 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 63 | 0.51 | 0 | 0.06 | 0.74 | 172.94 | 0.34 | 0.2 |
| Hex | 21 | 43 | 3F | 33 | 0 | 6 | 4A | AD | 22 | 14 |
| Octal | 41 | 103 | 77 | 63 | 0 | 6 | 112 | 255 | 42 | 24 |
| Binary | 100001 | 1000011 | 111111 | 110011 | 0 | 110 | 1001010 | 10101101 | 100010 | 10100 |
Color Harmonies of #21433F
Complementary color
Monochromatic Colors of #21433F
Black with #21433F
Text Example
Text Example
White with #21433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21433F; }
p { color: rgb(33,67,63); }
H1.HeaderClassName
{
color: #21433F;
}
.AnyTagClassName
{
color: #21433F;
}
</style>
background-color css
<style>
a { background-color: #21433F; }
a { background-color: rgb(33,67,63); }
div.DivClassName
{
background-color: #21433F;
}
.BgClassName
{
background-color: #21433F;
}
</style>
border-color css
<style>
span { border-color: #21433F; }
span { border-color: rgb(33,67,63); }
td.TdClassName
{
border-color: #21433F;
}
.TagClassName
{
border-color: #21433F;
}
</style>