Shades of Teal Blue #214852
Tints of Teal Blue #214852
RGB
CMYK
RGB Variations
Color information
#214852 (or 0x214852) is known color: Teal Blue. HEX triplet: 21, 48 and 52. RGB value is (33,72,82). Sum of RGB (Red+Green+Blue) = 33+72+82=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 82 - color contains mainly: blue. Hex color #214852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214852 is #DEB7AD. Grayscale: #3D3D3D. Windows color (decimal): -14596014 or 5392417. OLE color: 5392417.
HSL color Cylindrical-coordinate representation of color #214852: hue angle of 192.24º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #214852 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 72 | 82 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.68 |
| HSL | 192.24º | 0.43% | 0.23% | - |
| HSV(B) | 192.24º | 0.6% | 0.32% | - |
| XYZ | 4.47 | 5.57 | 8.82 | - |
| YUV | 61.48 | 139.58 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 72 | 82 | 0.60 | 0.12 | 0 | 0.68 | 192.24 | 0.43 | 0.23 |
| Hex | 21 | 48 | 52 | 3C | C | 0 | 44 | C0 | 2B | 17 |
| Octal | 41 | 110 | 122 | 74 | 14 | 0 | 104 | 300 | 53 | 27 |
| Binary | 100001 | 1001000 | 1010010 | 111100 | 1100 | 0 | 1000100 | 11000000 | 101011 | 10111 |
Color Harmonies of #214852
Complementary color
Monochromatic Colors of #214852
Black with #214852
Text Example
Text Example
White with #214852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214852; }
p { color: rgb(33,72,82); }
H1.HeaderClassName
{
color: #214852;
}
.AnyTagClassName
{
color: #214852;
}
</style>
background-color css
<style>
a { background-color: #214852; }
a { background-color: rgb(33,72,82); }
div.DivClassName
{
background-color: #214852;
}
.BgClassName
{
background-color: #214852;
}
</style>
border-color css
<style>
span { border-color: #214852; }
span { border-color: rgb(33,72,82); }
td.TdClassName
{
border-color: #214852;
}
.TagClassName
{
border-color: #214852;
}
</style>