Shades of Teal Blue #214F54
Tints of Teal Blue #214F54
RGB
CMYK
RGB Variations
Color information
#214F54 (or 0x214F54) is known color: Teal Blue. HEX triplet: 21, 4F and 54. RGB value is (33,79,84). Sum of RGB (Red+Green+Blue) = 33+79+84=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 84 - color contains mainly: blue. Hex color #214F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214F54 is #DEB0AB. Grayscale: #414141. Windows color (decimal): -14594220 or 5525281. OLE color: 5525281.
HSL color Cylindrical-coordinate representation of color #214F54: hue angle of 185.88º 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 #214F54 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 79 | 84 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.67 |
| HSL | 185.88º | 0.44% | 0.23% | - |
| HSV(B) | 185.88º | 0.61% | 0.33% | - |
| XYZ | 5.02 | 6.56 | 9.39 | - |
| YUV | 65.82 | 138.26 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 79 | 84 | 0.61 | 0.06 | 0 | 0.67 | 185.88 | 0.44 | 0.23 |
| Hex | 21 | 4F | 54 | 3D | 6 | 0 | 43 | BA | 2C | 17 |
| Octal | 41 | 117 | 124 | 75 | 6 | 0 | 103 | 272 | 54 | 27 |
| Binary | 100001 | 1001111 | 1010100 | 111101 | 110 | 0 | 1000011 | 10111010 | 101100 | 10111 |
Color Harmonies of #214F54
Complementary color
Monochromatic Colors of #214F54
Black with #214F54
Text Example
Text Example
White with #214F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214F54; }
p { color: rgb(33,79,84); }
H1.HeaderClassName
{
color: #214F54;
}
.AnyTagClassName
{
color: #214F54;
}
</style>
background-color css
<style>
a { background-color: #214F54; }
a { background-color: rgb(33,79,84); }
div.DivClassName
{
background-color: #214F54;
}
.BgClassName
{
background-color: #214F54;
}
</style>
border-color css
<style>
span { border-color: #214F54; }
span { border-color: rgb(33,79,84); }
td.TdClassName
{
border-color: #214F54;
}
.TagClassName
{
border-color: #214F54;
}
</style>