Shades of Teal Blue #214E55
Tints of Teal Blue #214E55
RGB
CMYK
RGB Variations
Color information
#214E55 (or 0x214E55) is known color: Teal Blue. HEX triplet: 21, 4E and 55. RGB value is (33,78,85). Sum of RGB (Red+Green+Blue) = 33+78+85=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 85 - color contains mainly: blue. Hex color #214E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214E55 is #DEB1AA. Grayscale: #414141. Windows color (decimal): -14594475 or 5590561. OLE color: 5590561.
HSL color Cylindrical-coordinate representation of color #214E55: hue angle of 188.08º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #214E55 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 78 | 85 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.67 |
| HSL | 188.08º | 0.44% | 0.23% | - |
| HSV(B) | 188.08º | 0.61% | 0.33% | - |
| XYZ | 4.99 | 6.43 | 9.57 | - |
| YUV | 65.34 | 139.09 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 85 | 0.61 | 0.08 | 0 | 0.67 | 188.08 | 0.44 | 0.23 |
| Hex | 21 | 4E | 55 | 3D | 8 | 0 | 43 | BC | 2C | 17 |
| Octal | 41 | 116 | 125 | 75 | 10 | 0 | 103 | 274 | 54 | 27 |
| Binary | 100001 | 1001110 | 1010101 | 111101 | 1000 | 0 | 1000011 | 10111100 | 101100 | 10111 |
Color Harmonies of #214E55
Complementary color
Monochromatic Colors of #214E55
Black with #214E55
Text Example
Text Example
White with #214E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214E55; }
p { color: rgb(33,78,85); }
H1.HeaderClassName
{
color: #214E55;
}
.AnyTagClassName
{
color: #214E55;
}
</style>
background-color css
<style>
a { background-color: #214E55; }
a { background-color: rgb(33,78,85); }
div.DivClassName
{
background-color: #214E55;
}
.BgClassName
{
background-color: #214E55;
}
</style>
border-color css
<style>
span { border-color: #214E55; }
span { border-color: rgb(33,78,85); }
td.TdClassName
{
border-color: #214E55;
}
.TagClassName
{
border-color: #214E55;
}
</style>