Shades of Teal Blue #21545A
Tints of Teal Blue #21545A
RGB
CMYK
RGB Variations
Color information
#21545A (or 0x21545A) is known color: Teal Blue. HEX triplet: 21, 54 and 5A. RGB value is (33,84,90). Sum of RGB (Red+Green+Blue) = 33+84+90=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #21545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21545A is #DEABA5. Grayscale: #454545. Windows color (decimal): -14592934 or 5919777. OLE color: 5919777.
HSL color Cylindrical-coordinate representation of color #21545A: hue angle of 186.32º 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 #21545A is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 84 | 90 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.65 |
| HSL | 186.32º | 0.46% | 0.24% | - |
| HSV(B) | 186.32º | 0.63% | 0.35% | - |
| XYZ | 5.64 | 7.4 | 10.8 | - |
| YUV | 69.44 | 139.6 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 84 | 90 | 0.63 | 0.07 | 0 | 0.65 | 186.32 | 0.46 | 0.24 |
| Hex | 21 | 54 | 5A | 3F | 7 | 0 | 41 | BA | 2E | 18 |
| Octal | 41 | 124 | 132 | 77 | 7 | 0 | 101 | 272 | 56 | 30 |
| Binary | 100001 | 1010100 | 1011010 | 111111 | 111 | 0 | 1000001 | 10111010 | 101110 | 11000 |
Color Harmonies of #21545A
Complementary color
Monochromatic Colors of #21545A
Black with #21545A
Text Example
Text Example
White with #21545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21545A; }
p { color: rgb(33,84,90); }
H1.HeaderClassName
{
color: #21545A;
}
.AnyTagClassName
{
color: #21545A;
}
</style>
background-color css
<style>
a { background-color: #21545A; }
a { background-color: rgb(33,84,90); }
div.DivClassName
{
background-color: #21545A;
}
.BgClassName
{
background-color: #21545A;
}
</style>
border-color css
<style>
span { border-color: #21545A; }
span { border-color: rgb(33,84,90); }
td.TdClassName
{
border-color: #21545A;
}
.TagClassName
{
border-color: #21545A;
}
</style>