Shades of Deep Teal #21423E
Tints of Deep Teal #21423E
RGB
CMYK
RGB Variations
Color information
#21423E (or 0x21423E) is known color: Deep Teal. HEX triplet: 21, 42 and 3E. RGB value is (33,66,62). Sum of RGB (Red+Green+Blue) = 33+66+62=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 66 - color contains mainly: green. Hex color #21423E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21423E is #DEBDC1. Grayscale: #373737. Windows color (decimal): -14597570 or 4080161. OLE color: 4080161.
HSL color Cylindrical-coordinate representation of color #21423E: hue angle of 172.73º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #21423E is Cyan = 0.5, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 66 | 62 | - |
| CMYK | 0.5 | 0 | 0.06 | 0.74 |
| HSL | 172.73º | 0.33% | 0.19% | - |
| HSV(B) | 172.73º | 0.5% | 0.26% | - |
| XYZ | 3.44 | 4.57 | 5.26 | - |
| YUV | 55.68 | 131.57 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 66 | 62 | 0.5 | 0 | 0.06 | 0.74 | 172.73 | 0.33 | 0.19 |
| Hex | 21 | 42 | 3E | 32 | 0 | 6 | 4A | AD | 21 | 13 |
| Octal | 41 | 102 | 76 | 62 | 0 | 6 | 112 | 255 | 41 | 23 |
| Binary | 100001 | 1000010 | 111110 | 110010 | 0 | 110 | 1001010 | 10101101 | 100001 | 10011 |
Color Harmonies of #21423E
Complementary color
Monochromatic Colors of #21423E
Black with #21423E
Text Example
Text Example
White with #21423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21423E; }
p { color: rgb(33,66,62); }
H1.HeaderClassName
{
color: #21423E;
}
.AnyTagClassName
{
color: #21423E;
}
</style>
background-color css
<style>
a { background-color: #21423E; }
a { background-color: rgb(33,66,62); }
div.DivClassName
{
background-color: #21423E;
}
.BgClassName
{
background-color: #21423E;
}
</style>
border-color css
<style>
span { border-color: #21423E; }
span { border-color: rgb(33,66,62); }
td.TdClassName
{
border-color: #21423E;
}
.TagClassName
{
border-color: #21423E;
}
</style>