Shades of Teal Blue #214C58
Tints of Teal Blue #214C58
RGB
CMYK
RGB Variations
Color information
#214C58 (or 0x214C58) is known color: Teal Blue. HEX triplet: 21, 4C and 58. RGB value is (33,76,88). Sum of RGB (Red+Green+Blue) = 33+76+88=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 88 - color contains mainly: blue. Hex color #214C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C58 is #DEB3A7. Grayscale: #404040. Windows color (decimal): -14594984 or 5786657. OLE color: 5786657.
HSL color Cylindrical-coordinate representation of color #214C58: hue angle of 193.09º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #214C58 is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 76 | 88 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.65 |
| HSL | 193.09º | 0.45% | 0.24% | - |
| HSV(B) | 193.09º | 0.63% | 0.35% | - |
| XYZ | 4.97 | 6.2 | 10.17 | - |
| YUV | 64.51 | 141.25 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 88 | 0.62 | 0.14 | 0 | 0.65 | 193.09 | 0.45 | 0.24 |
| Hex | 21 | 4C | 58 | 3E | E | 0 | 41 | C1 | 2D | 18 |
| Octal | 41 | 114 | 130 | 76 | 16 | 0 | 101 | 301 | 55 | 30 |
| Binary | 100001 | 1001100 | 1011000 | 111110 | 1110 | 0 | 1000001 | 11000001 | 101101 | 11000 |
Color Harmonies of #214C58
Complementary color
Monochromatic Colors of #214C58
Black with #214C58
Text Example
Text Example
White with #214C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214C58; }
p { color: rgb(33,76,88); }
H1.HeaderClassName
{
color: #214C58;
}
.AnyTagClassName
{
color: #214C58;
}
</style>
background-color css
<style>
a { background-color: #214C58; }
a { background-color: rgb(33,76,88); }
div.DivClassName
{
background-color: #214C58;
}
.BgClassName
{
background-color: #214C58;
}
</style>
border-color css
<style>
span { border-color: #214C58; }
span { border-color: rgb(33,76,88); }
td.TdClassName
{
border-color: #214C58;
}
.TagClassName
{
border-color: #214C58;
}
</style>