Shades of Teal Blue #214951
Tints of Teal Blue #214951
RGB
CMYK
RGB Variations
Color information
#214951 (or 0x214951) is known color: Teal Blue. HEX triplet: 21, 49 and 51. RGB value is (33,73,81). Sum of RGB (Red+Green+Blue) = 33+73+81=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 81 - color contains mainly: blue. Hex color #214951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214951 is #DEB6AE. Grayscale: #3D3D3D. Windows color (decimal): -14595759 or 5327137. OLE color: 5327137.
HSL color Cylindrical-coordinate representation of color #214951: hue angle of 190º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #214951 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 73 | 81 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.68 |
| HSL | 190º | 0.42% | 0.22% | - |
| HSV(B) | 190º | 0.59% | 0.32% | - |
| XYZ | 4.49 | 5.68 | 8.64 | - |
| YUV | 61.95 | 138.75 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 81 | 0.59 | 0.10 | 0 | 0.68 | 190 | 0.42 | 0.22 |
| Hex | 21 | 49 | 51 | 3B | A | 0 | 44 | BE | 2A | 16 |
| Octal | 41 | 111 | 121 | 73 | 12 | 0 | 104 | 276 | 52 | 26 |
| Binary | 100001 | 1001001 | 1010001 | 111011 | 1010 | 0 | 1000100 | 10111110 | 101010 | 10110 |
Color Harmonies of #214951
Complementary color
Monochromatic Colors of #214951
Black with #214951
Text Example
Text Example
White with #214951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214951; }
p { color: rgb(33,73,81); }
H1.HeaderClassName
{
color: #214951;
}
.AnyTagClassName
{
color: #214951;
}
</style>
background-color css
<style>
a { background-color: #214951; }
a { background-color: rgb(33,73,81); }
div.DivClassName
{
background-color: #214951;
}
.BgClassName
{
background-color: #214951;
}
</style>
border-color css
<style>
span { border-color: #214951; }
span { border-color: rgb(33,73,81); }
td.TdClassName
{
border-color: #214951;
}
.TagClassName
{
border-color: #214951;
}
</style>