Shades of Teal Blue #21505A
Tints of Teal Blue #21505A
RGB
CMYK
RGB Variations
Color information
#21505A (or 0x21505A) is known color: Teal Blue. HEX triplet: 21, 50 and 5A. RGB value is (33,80,90). Sum of RGB (Red+Green+Blue) = 33+80+90=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 90 - color contains mainly: blue. Hex color #21505A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21505A is #DEAFA5. Grayscale: #434343. Windows color (decimal): -14593958 or 5918753. OLE color: 5918753.
HSL color Cylindrical-coordinate representation of color #21505A: hue angle of 190.53º 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 #21505A is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 80 | 90 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.65 |
| HSL | 190.53º | 0.46% | 0.24% | - |
| HSV(B) | 190.53º | 0.63% | 0.35% | - |
| XYZ | 5.34 | 6.8 | 10.7 | - |
| YUV | 67.09 | 140.93 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 80 | 90 | 0.63 | 0.11 | 0 | 0.65 | 190.53 | 0.46 | 0.24 |
| Hex | 21 | 50 | 5A | 3F | B | 0 | 41 | BF | 2E | 18 |
| Octal | 41 | 120 | 132 | 77 | 13 | 0 | 101 | 277 | 56 | 30 |
| Binary | 100001 | 1010000 | 1011010 | 111111 | 1011 | 0 | 1000001 | 10111111 | 101110 | 11000 |
Color Harmonies of #21505A
Complementary color
Monochromatic Colors of #21505A
Black with #21505A
Text Example
Text Example
White with #21505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21505A; }
p { color: rgb(33,80,90); }
H1.HeaderClassName
{
color: #21505A;
}
.AnyTagClassName
{
color: #21505A;
}
</style>
background-color css
<style>
a { background-color: #21505A; }
a { background-color: rgb(33,80,90); }
div.DivClassName
{
background-color: #21505A;
}
.BgClassName
{
background-color: #21505A;
}
</style>
border-color css
<style>
span { border-color: #21505A; }
span { border-color: rgb(33,80,90); }
td.TdClassName
{
border-color: #21505A;
}
.TagClassName
{
border-color: #21505A;
}
</style>