Shades of Teal Blue #214853
Tints of Teal Blue #214853
RGB
CMYK
RGB Variations
Color information
#214853 (or 0x214853) is known color: Teal Blue. HEX triplet: 21, 48 and 53. RGB value is (33,72,83). Sum of RGB (Red+Green+Blue) = 33+72+83=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 83 - color contains mainly: blue. Hex color #214853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214853 is #DEB7AC. Grayscale: #3D3D3D. Windows color (decimal): -14596013 or 5457953. OLE color: 5457953.
HSL color Cylindrical-coordinate representation of color #214853: hue angle of 193.2º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #214853 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 72 | 83 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.67 |
| HSL | 193.2º | 0.43% | 0.23% | - |
| HSV(B) | 193.2º | 0.6% | 0.33% | - |
| XYZ | 4.51 | 5.58 | 9.02 | - |
| YUV | 61.59 | 140.08 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 72 | 83 | 0.60 | 0.13 | 0 | 0.67 | 193.2 | 0.43 | 0.23 |
| Hex | 21 | 48 | 53 | 3C | D | 0 | 43 | C1 | 2B | 17 |
| Octal | 41 | 110 | 123 | 74 | 15 | 0 | 103 | 301 | 53 | 27 |
| Binary | 100001 | 1001000 | 1010011 | 111100 | 1101 | 0 | 1000011 | 11000001 | 101011 | 10111 |
Color Harmonies of #214853
Complementary color
Monochromatic Colors of #214853
Black with #214853
Text Example
Text Example
White with #214853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214853; }
p { color: rgb(33,72,83); }
H1.HeaderClassName
{
color: #214853;
}
.AnyTagClassName
{
color: #214853;
}
</style>
background-color css
<style>
a { background-color: #214853; }
a { background-color: rgb(33,72,83); }
div.DivClassName
{
background-color: #214853;
}
.BgClassName
{
background-color: #214853;
}
</style>
border-color css
<style>
span { border-color: #214853; }
span { border-color: rgb(33,72,83); }
td.TdClassName
{
border-color: #214853;
}
.TagClassName
{
border-color: #214853;
}
</style>