Shades of Teal Blue #214B50
Tints of Teal Blue #214B50
RGB
CMYK
RGB Variations
Color information
#214B50 (or 0x214B50) is known color: Teal Blue. HEX triplet: 21, 4B and 50. RGB value is (33,75,80). Sum of RGB (Red+Green+Blue) = 33+75+80=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 80 - color contains mainly: blue. Hex color #214B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214B50 is #DEB4AF. Grayscale: #3E3E3E. Windows color (decimal): -14595248 or 5262113. OLE color: 5262113.
HSL color Cylindrical-coordinate representation of color #214B50: hue angle of 186.38º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #214B50 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 75 | 80 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.69 |
| HSL | 186.38º | 0.42% | 0.22% | - |
| HSV(B) | 186.38º | 0.59% | 0.31% | - |
| XYZ | 4.59 | 5.93 | 8.49 | - |
| YUV | 63.01 | 137.59 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 80 | 0.59 | 0.06 | 0 | 0.69 | 186.38 | 0.42 | 0.22 |
| Hex | 21 | 4B | 50 | 3B | 6 | 0 | 45 | BA | 2A | 16 |
| Octal | 41 | 113 | 120 | 73 | 6 | 0 | 105 | 272 | 52 | 26 |
| Binary | 100001 | 1001011 | 1010000 | 111011 | 110 | 0 | 1000101 | 10111010 | 101010 | 10110 |
Color Harmonies of #214B50
Complementary color
Monochromatic Colors of #214B50
Black with #214B50
Text Example
Text Example
White with #214B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214B50; }
p { color: rgb(33,75,80); }
H1.HeaderClassName
{
color: #214B50;
}
.AnyTagClassName
{
color: #214B50;
}
</style>
background-color css
<style>
a { background-color: #214B50; }
a { background-color: rgb(33,75,80); }
div.DivClassName
{
background-color: #214B50;
}
.BgClassName
{
background-color: #214B50;
}
</style>
border-color css
<style>
span { border-color: #214B50; }
span { border-color: rgb(33,75,80); }
td.TdClassName
{
border-color: #214B50;
}
.TagClassName
{
border-color: #214B50;
}
</style>