Shades of Teal Blue #21505C
Tints of Teal Blue #21505C
RGB
CMYK
RGB Variations
Color information
#21505C (or 0x21505C) is known color: Teal Blue. HEX triplet: 21, 50 and 5C. RGB value is (33,80,92). Sum of RGB (Red+Green+Blue) = 33+80+92=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #21505C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21505C is #DEAFA3. Grayscale: #434343. Windows color (decimal): -14593956 or 6049825. OLE color: 6049825.
HSL color Cylindrical-coordinate representation of color #21505C: hue angle of 192.2º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21505C is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 80 | 92 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.64 |
| HSL | 192.2º | 0.47% | 0.25% | - |
| HSV(B) | 192.2º | 0.64% | 0.36% | - |
| XYZ | 5.43 | 6.83 | 11.16 | - |
| YUV | 67.32 | 141.93 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 80 | 92 | 0.64 | 0.13 | 0 | 0.64 | 192.2 | 0.47 | 0.25 |
| Hex | 21 | 50 | 5C | 40 | D | 0 | 40 | C0 | 2F | 19 |
| Octal | 41 | 120 | 134 | 100 | 15 | 0 | 100 | 300 | 57 | 31 |
| Binary | 100001 | 1010000 | 1011100 | 1000000 | 1101 | 0 | 1000000 | 11000000 | 101111 | 11001 |
Color Harmonies of #21505C
Complementary color
Monochromatic Colors of #21505C
Black with #21505C
Text Example
Text Example
White with #21505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21505C; }
p { color: rgb(33,80,92); }
H1.HeaderClassName
{
color: #21505C;
}
.AnyTagClassName
{
color: #21505C;
}
</style>
background-color css
<style>
a { background-color: #21505C; }
a { background-color: rgb(33,80,92); }
div.DivClassName
{
background-color: #21505C;
}
.BgClassName
{
background-color: #21505C;
}
</style>
border-color css
<style>
span { border-color: #21505C; }
span { border-color: rgb(33,80,92); }
td.TdClassName
{
border-color: #21505C;
}
.TagClassName
{
border-color: #21505C;
}
</style>