Shades of Teal Blue #214A59
Tints of Teal Blue #214A59
RGB
CMYK
RGB Variations
Color information
#214A59 (or 0x214A59) is known color: Teal Blue. HEX triplet: 21, 4A and 59. RGB value is (33,74,89). Sum of RGB (Red+Green+Blue) = 33+74+89=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #214A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214A59 is #DEB5A6. Grayscale: #3F3F3F. Windows color (decimal): -14595495 or 5851681. OLE color: 5851681.
HSL color Cylindrical-coordinate representation of color #214A59: hue angle of 196.07º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #214A59 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 74 | 89 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.65 |
| HSL | 196.07º | 0.46% | 0.24% | - |
| HSV(B) | 196.07º | 0.63% | 0.35% | - |
| XYZ | 4.88 | 5.94 | 10.34 | - |
| YUV | 63.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 74 | 89 | 0.63 | 0.17 | 0 | 0.65 | 196.07 | 0.46 | 0.24 |
| Hex | 21 | 4A | 59 | 3F | 11 | 0 | 41 | C4 | 2E | 18 |
| Octal | 41 | 112 | 131 | 77 | 21 | 0 | 101 | 304 | 56 | 30 |
| Binary | 100001 | 1001010 | 1011001 | 111111 | 10001 | 0 | 1000001 | 11000100 | 101110 | 11000 |
Color Harmonies of #214A59
Complementary color
Monochromatic Colors of #214A59
Black with #214A59
Text Example
Text Example
White with #214A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214A59; }
p { color: rgb(33,74,89); }
H1.HeaderClassName
{
color: #214A59;
}
.AnyTagClassName
{
color: #214A59;
}
</style>
background-color css
<style>
a { background-color: #214A59; }
a { background-color: rgb(33,74,89); }
div.DivClassName
{
background-color: #214A59;
}
.BgClassName
{
background-color: #214A59;
}
</style>
border-color css
<style>
span { border-color: #214A59; }
span { border-color: rgb(33,74,89); }
td.TdClassName
{
border-color: #214A59;
}
.TagClassName
{
border-color: #214A59;
}
</style>