Shades of Teal Blue #21505B
Tints of Teal Blue #21505B
RGB
CMYK
RGB Variations
Color information
#21505B (or 0x21505B) is known color: Teal Blue. HEX triplet: 21, 50 and 5B. RGB value is (33,80,91). Sum of RGB (Red+Green+Blue) = 33+80+91=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #21505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21505B is #DEAFA4. Grayscale: #434343. Windows color (decimal): -14593957 or 5984289. OLE color: 5984289.
HSL color Cylindrical-coordinate representation of color #21505B: hue angle of 191.38º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21505B is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 80 | 91 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.64 |
| HSL | 191.38º | 0.47% | 0.24% | - |
| HSV(B) | 191.38º | 0.64% | 0.36% | - |
| XYZ | 5.38 | 6.82 | 10.93 | - |
| YUV | 67.2 | 141.43 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 80 | 91 | 0.64 | 0.12 | 0 | 0.64 | 191.38 | 0.47 | 0.24 |
| Hex | 21 | 50 | 5B | 40 | C | 0 | 40 | BF | 2F | 18 |
| Octal | 41 | 120 | 133 | 100 | 14 | 0 | 100 | 277 | 57 | 30 |
| Binary | 100001 | 1010000 | 1011011 | 1000000 | 1100 | 0 | 1000000 | 10111111 | 101111 | 11000 |
Color Harmonies of #21505B
Complementary color
Monochromatic Colors of #21505B
Black with #21505B
Text Example
Text Example
White with #21505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21505B; }
p { color: rgb(33,80,91); }
H1.HeaderClassName
{
color: #21505B;
}
.AnyTagClassName
{
color: #21505B;
}
</style>
background-color css
<style>
a { background-color: #21505B; }
a { background-color: rgb(33,80,91); }
div.DivClassName
{
background-color: #21505B;
}
.BgClassName
{
background-color: #21505B;
}
</style>
border-color css
<style>
span { border-color: #21505B; }
span { border-color: rgb(33,80,91); }
td.TdClassName
{
border-color: #21505B;
}
.TagClassName
{
border-color: #21505B;
}
</style>