Shades of Teal Blue #21505E
Tints of Teal Blue #21505E
RGB
CMYK
RGB Variations
Color information
#21505E (or 0x21505E) is known color: Teal Blue. HEX triplet: 21, 50 and 5E. RGB value is (33,80,94). Sum of RGB (Red+Green+Blue) = 33+80+94=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 94 - color contains mainly: blue. Hex color #21505E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21505E is #DEAFA1. Grayscale: #434343. Windows color (decimal): -14593954 or 6180897. OLE color: 6180897.
HSL color Cylindrical-coordinate representation of color #21505E: hue angle of 193.77º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21505E is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 80 | 94 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.63 |
| HSL | 193.77º | 0.48% | 0.25% | - |
| HSV(B) | 193.77º | 0.65% | 0.37% | - |
| XYZ | 5.52 | 6.87 | 11.62 | - |
| YUV | 67.54 | 142.93 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 80 | 94 | 0.65 | 0.15 | 0 | 0.63 | 193.77 | 0.48 | 0.25 |
| Hex | 21 | 50 | 5E | 41 | F | 0 | 3F | C2 | 30 | 19 |
| Octal | 41 | 120 | 136 | 101 | 17 | 0 | 77 | 302 | 60 | 31 |
| Binary | 100001 | 1010000 | 1011110 | 1000001 | 1111 | 0 | 111111 | 11000010 | 110000 | 11001 |
Color Harmonies of #21505E
Complementary color
Monochromatic Colors of #21505E
Black with #21505E
Text Example
Text Example
White with #21505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21505E; }
p { color: rgb(33,80,94); }
H1.HeaderClassName
{
color: #21505E;
}
.AnyTagClassName
{
color: #21505E;
}
</style>
background-color css
<style>
a { background-color: #21505E; }
a { background-color: rgb(33,80,94); }
div.DivClassName
{
background-color: #21505E;
}
.BgClassName
{
background-color: #21505E;
}
</style>
border-color css
<style>
span { border-color: #21505E; }
span { border-color: rgb(33,80,94); }
td.TdClassName
{
border-color: #21505E;
}
.TagClassName
{
border-color: #21505E;
}
</style>