Shades of Teal Blue #214756
Tints of Teal Blue #214756
RGB
CMYK
RGB Variations
Color information
#214756 (or 0x214756) is known color: Teal Blue. HEX triplet: 21, 47 and 56. RGB value is (33,71,86). Sum of RGB (Red+Green+Blue) = 33+71+86=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 86 - color contains mainly: blue. Hex color #214756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214756 is #DEB8A9. Grayscale: #3D3D3D. Windows color (decimal): -14596266 or 5654305. OLE color: 5654305.
HSL color Cylindrical-coordinate representation of color #214756: hue angle of 196.98º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #214756 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 71 | 86 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.66 |
| HSL | 196.98º | 0.45% | 0.23% | - |
| HSV(B) | 196.98º | 0.62% | 0.34% | - |
| XYZ | 4.56 | 5.5 | 9.63 | - |
| YUV | 61.35 | 141.91 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 86 | 0.62 | 0.17 | 0 | 0.66 | 196.98 | 0.45 | 0.23 |
| Hex | 21 | 47 | 56 | 3E | 11 | 0 | 42 | C5 | 2D | 17 |
| Octal | 41 | 107 | 126 | 76 | 21 | 0 | 102 | 305 | 55 | 27 |
| Binary | 100001 | 1000111 | 1010110 | 111110 | 10001 | 0 | 1000010 | 11000101 | 101101 | 10111 |
Color Harmonies of #214756
Complementary color
Monochromatic Colors of #214756
Black with #214756
Text Example
Text Example
White with #214756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214756; }
p { color: rgb(33,71,86); }
H1.HeaderClassName
{
color: #214756;
}
.AnyTagClassName
{
color: #214756;
}
</style>
background-color css
<style>
a { background-color: #214756; }
a { background-color: rgb(33,71,86); }
div.DivClassName
{
background-color: #214756;
}
.BgClassName
{
background-color: #214756;
}
</style>
border-color css
<style>
span { border-color: #214756; }
span { border-color: rgb(33,71,86); }
td.TdClassName
{
border-color: #214756;
}
.TagClassName
{
border-color: #214756;
}
</style>