Shades of Teal Blue #214F5C
Tints of Teal Blue #214F5C
RGB
CMYK
RGB Variations
Color information
#214F5C (or 0x214F5C) is known color: Teal Blue. HEX triplet: 21, 4F and 5C. RGB value is (33,79,92). Sum of RGB (Red+Green+Blue) = 33+79+92=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #214F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214F5C is #DEB0A3. Grayscale: #424242. Windows color (decimal): -14594212 or 6049569. OLE color: 6049569.
HSL color Cylindrical-coordinate representation of color #214F5C: hue angle of 193.22º 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 #214F5C is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 79 | 92 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.64 |
| HSL | 193.22º | 0.47% | 0.25% | - |
| HSV(B) | 193.22º | 0.64% | 0.36% | - |
| XYZ | 5.35 | 6.69 | 11.13 | - |
| YUV | 66.73 | 142.26 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 79 | 92 | 0.64 | 0.14 | 0 | 0.64 | 193.22 | 0.47 | 0.25 |
| Hex | 21 | 4F | 5C | 40 | E | 0 | 40 | C1 | 2F | 19 |
| Octal | 41 | 117 | 134 | 100 | 16 | 0 | 100 | 301 | 57 | 31 |
| Binary | 100001 | 1001111 | 1011100 | 1000000 | 1110 | 0 | 1000000 | 11000001 | 101111 | 11001 |
Color Harmonies of #214F5C
Complementary color
Monochromatic Colors of #214F5C
Black with #214F5C
Text Example
Text Example
White with #214F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214F5C; }
p { color: rgb(33,79,92); }
H1.HeaderClassName
{
color: #214F5C;
}
.AnyTagClassName
{
color: #214F5C;
}
</style>
background-color css
<style>
a { background-color: #214F5C; }
a { background-color: rgb(33,79,92); }
div.DivClassName
{
background-color: #214F5C;
}
.BgClassName
{
background-color: #214F5C;
}
</style>
border-color css
<style>
span { border-color: #214F5C; }
span { border-color: rgb(33,79,92); }
td.TdClassName
{
border-color: #214F5C;
}
.TagClassName
{
border-color: #214F5C;
}
</style>