Shades of Teal Blue #21565C
Tints of Teal Blue #21565C
RGB
CMYK
RGB Variations
Color information
#21565C (or 0x21565C) is known color: Teal Blue. HEX triplet: 21, 56 and 5C. RGB value is (33,86,92). Sum of RGB (Red+Green+Blue) = 33+86+92=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 92 - color contains mainly: blue. Hex color #21565C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21565C is #DEA9A3. Grayscale: #464646. Windows color (decimal): -14592420 or 6051361. OLE color: 6051361.
HSL color Cylindrical-coordinate representation of color #21565C: hue angle of 186.1º 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 #21565C is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 86 | 92 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.64 |
| HSL | 186.1º | 0.47% | 0.25% | - |
| HSV(B) | 186.1º | 0.64% | 0.36% | - |
| XYZ | 5.89 | 7.75 | 11.31 | - |
| YUV | 70.84 | 139.94 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 86 | 92 | 0.64 | 0.07 | 0 | 0.64 | 186.1 | 0.47 | 0.25 |
| Hex | 21 | 56 | 5C | 40 | 7 | 0 | 40 | BA | 2F | 19 |
| Octal | 41 | 126 | 134 | 100 | 7 | 0 | 100 | 272 | 57 | 31 |
| Binary | 100001 | 1010110 | 1011100 | 1000000 | 111 | 0 | 1000000 | 10111010 | 101111 | 11001 |
Color Harmonies of #21565C
Complementary color
Monochromatic Colors of #21565C
Black with #21565C
Text Example
Text Example
White with #21565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21565C; }
p { color: rgb(33,86,92); }
H1.HeaderClassName
{
color: #21565C;
}
.AnyTagClassName
{
color: #21565C;
}
</style>
background-color css
<style>
a { background-color: #21565C; }
a { background-color: rgb(33,86,92); }
div.DivClassName
{
background-color: #21565C;
}
.BgClassName
{
background-color: #21565C;
}
</style>
border-color css
<style>
span { border-color: #21565C; }
span { border-color: rgb(33,86,92); }
td.TdClassName
{
border-color: #21565C;
}
.TagClassName
{
border-color: #21565C;
}
</style>