Shades of Teal Blue #214D5A
Tints of Teal Blue #214D5A
RGB
CMYK
RGB Variations
Color information
#214D5A (or 0x214D5A) is known color: Teal Blue. HEX triplet: 21, 4D and 5A. RGB value is (33,77,90). Sum of RGB (Red+Green+Blue) = 33+77+90=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #214D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214D5A is #DEB2A5. Grayscale: #414141. Windows color (decimal): -14594726 or 5917985. OLE color: 5917985.
HSL color Cylindrical-coordinate representation of color #214D5A: hue angle of 193.68º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #214D5A is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 77 | 90 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.65 |
| HSL | 193.68º | 0.46% | 0.24% | - |
| HSV(B) | 193.68º | 0.63% | 0.35% | - |
| XYZ | 5.13 | 6.37 | 10.63 | - |
| YUV | 65.33 | 141.92 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 90 | 0.63 | 0.14 | 0 | 0.65 | 193.68 | 0.46 | 0.24 |
| Hex | 21 | 4D | 5A | 3F | E | 0 | 41 | C2 | 2E | 18 |
| Octal | 41 | 115 | 132 | 77 | 16 | 0 | 101 | 302 | 56 | 30 |
| Binary | 100001 | 1001101 | 1011010 | 111111 | 1110 | 0 | 1000001 | 11000010 | 101110 | 11000 |
Color Harmonies of #214D5A
Complementary color
Monochromatic Colors of #214D5A
Black with #214D5A
Text Example
Text Example
White with #214D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214D5A; }
p { color: rgb(33,77,90); }
H1.HeaderClassName
{
color: #214D5A;
}
.AnyTagClassName
{
color: #214D5A;
}
</style>
background-color css
<style>
a { background-color: #214D5A; }
a { background-color: rgb(33,77,90); }
div.DivClassName
{
background-color: #214D5A;
}
.BgClassName
{
background-color: #214D5A;
}
</style>
border-color css
<style>
span { border-color: #214D5A; }
span { border-color: rgb(33,77,90); }
td.TdClassName
{
border-color: #214D5A;
}
.TagClassName
{
border-color: #214D5A;
}
</style>