Shades of Teal Blue #214D5C
Tints of Teal Blue #214D5C
RGB
CMYK
RGB Variations
Color information
#214D5C (or 0x214D5C) is known color: Teal Blue. HEX triplet: 21, 4D and 5C. RGB value is (33,77,92). Sum of RGB (Red+Green+Blue) = 33+77+92=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #214D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214D5C is #DEB2A3. Grayscale: #414141. Windows color (decimal): -14594724 or 6049057. OLE color: 6049057.
HSL color Cylindrical-coordinate representation of color #214D5C: hue angle of 195.25º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #214D5C is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 77 | 92 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.64 |
| HSL | 195.25º | 0.47% | 0.25% | - |
| HSV(B) | 195.25º | 0.64% | 0.36% | - |
| XYZ | 5.21 | 6.4 | 11.09 | - |
| YUV | 65.55 | 142.92 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 92 | 0.64 | 0.16 | 0 | 0.64 | 195.25 | 0.47 | 0.25 |
| Hex | 21 | 4D | 5C | 40 | 10 | 0 | 40 | C3 | 2F | 19 |
| Octal | 41 | 115 | 134 | 100 | 20 | 0 | 100 | 303 | 57 | 31 |
| Binary | 100001 | 1001101 | 1011100 | 1000000 | 10000 | 0 | 1000000 | 11000011 | 101111 | 11001 |
Color Harmonies of #214D5C
Complementary color
Monochromatic Colors of #214D5C
Black with #214D5C
Text Example
Text Example
White with #214D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214D5C; }
p { color: rgb(33,77,92); }
H1.HeaderClassName
{
color: #214D5C;
}
.AnyTagClassName
{
color: #214D5C;
}
</style>
background-color css
<style>
a { background-color: #214D5C; }
a { background-color: rgb(33,77,92); }
div.DivClassName
{
background-color: #214D5C;
}
.BgClassName
{
background-color: #214D5C;
}
</style>
border-color css
<style>
span { border-color: #214D5C; }
span { border-color: rgb(33,77,92); }
td.TdClassName
{
border-color: #214D5C;
}
.TagClassName
{
border-color: #214D5C;
}
</style>