Shades of Teal Blue #21525A
Tints of Teal Blue #21525A
RGB
CMYK
RGB Variations
Color information
#21525A (or 0x21525A) is known color: Teal Blue. HEX triplet: 21, 52 and 5A. RGB value is (33,82,90). Sum of RGB (Red+Green+Blue) = 33+82+90=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #21525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21525A is #DEADA5. Grayscale: #444444. Windows color (decimal): -14593446 or 5919265. OLE color: 5919265.
HSL color Cylindrical-coordinate representation of color #21525A: hue angle of 188.42º 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 #21525A is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 82 | 90 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.65 |
| HSL | 188.42º | 0.46% | 0.24% | - |
| HSV(B) | 188.42º | 0.63% | 0.35% | - |
| XYZ | 5.49 | 7.1 | 10.75 | - |
| YUV | 68.26 | 140.27 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 90 | 0.63 | 0.09 | 0 | 0.65 | 188.42 | 0.46 | 0.24 |
| Hex | 21 | 52 | 5A | 3F | 9 | 0 | 41 | BC | 2E | 18 |
| Octal | 41 | 122 | 132 | 77 | 11 | 0 | 101 | 274 | 56 | 30 |
| Binary | 100001 | 1010010 | 1011010 | 111111 | 1001 | 0 | 1000001 | 10111100 | 101110 | 11000 |
Color Harmonies of #21525A
Complementary color
Monochromatic Colors of #21525A
Black with #21525A
Text Example
Text Example
White with #21525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21525A; }
p { color: rgb(33,82,90); }
H1.HeaderClassName
{
color: #21525A;
}
.AnyTagClassName
{
color: #21525A;
}
</style>
background-color css
<style>
a { background-color: #21525A; }
a { background-color: rgb(33,82,90); }
div.DivClassName
{
background-color: #21525A;
}
.BgClassName
{
background-color: #21525A;
}
</style>
border-color css
<style>
span { border-color: #21525A; }
span { border-color: rgb(33,82,90); }
td.TdClassName
{
border-color: #21525A;
}
.TagClassName
{
border-color: #21525A;
}
</style>