Shades of Deep Teal #21433C
Tints of Deep Teal #21433C
RGB
CMYK
RGB Variations
Color information
#21433C (or 0x21433C) is known color: Deep Teal. HEX triplet: 21, 43 and 3C. RGB value is (33,67,60). Sum of RGB (Red+Green+Blue) = 33+67+60=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 67 - color contains mainly: green. Hex color #21433C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21433C is #DEBCC3. Grayscale: #383838. Windows color (decimal): -14597316 or 3949345. OLE color: 3949345.
HSL color Cylindrical-coordinate representation of color #21433C: hue angle of 167.65º 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 #21433C is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 67 | 60 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.74 |
| HSL | 167.65º | 0.34% | 0.2% | - |
| HSV(B) | 167.65º | 0.51% | 0.26% | - |
| XYZ | 3.45 | 4.66 | 4.99 | - |
| YUV | 56.04 | 130.24 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 60 | 0.51 | 0 | 0.10 | 0.74 | 167.65 | 0.34 | 0.2 |
| Hex | 21 | 43 | 3C | 33 | 0 | A | 4A | A8 | 22 | 14 |
| Octal | 41 | 103 | 74 | 63 | 0 | 12 | 112 | 250 | 42 | 24 |
| Binary | 100001 | 1000011 | 111100 | 110011 | 0 | 1010 | 1001010 | 10101000 | 100010 | 10100 |
Color Harmonies of #21433C
Complementary color
Monochromatic Colors of #21433C
Black with #21433C
Text Example
Text Example
White with #21433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21433C; }
p { color: rgb(33,67,60); }
H1.HeaderClassName
{
color: #21433C;
}
.AnyTagClassName
{
color: #21433C;
}
</style>
background-color css
<style>
a { background-color: #21433C; }
a { background-color: rgb(33,67,60); }
div.DivClassName
{
background-color: #21433C;
}
.BgClassName
{
background-color: #21433C;
}
</style>
border-color css
<style>
span { border-color: #21433C; }
span { border-color: rgb(33,67,60); }
td.TdClassName
{
border-color: #21433C;
}
.TagClassName
{
border-color: #21433C;
}
</style>