Shades of Teal Blue #21515C
Tints of Teal Blue #21515C
RGB
CMYK
RGB Variations
Color information
#21515C (or 0x21515C) is known color: Teal Blue. HEX triplet: 21, 51 and 5C. RGB value is (33,81,92). Sum of RGB (Red+Green+Blue) = 33+81+92=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 92 - color contains mainly: blue. Hex color #21515C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21515C is #DEAEA3. Grayscale: #434343. Windows color (decimal): -14593700 or 6050081. OLE color: 6050081.
HSL color Cylindrical-coordinate representation of color #21515C: hue angle of 191.19º 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 #21515C is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 81 | 92 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.64 |
| HSL | 191.19º | 0.47% | 0.25% | - |
| HSV(B) | 191.19º | 0.64% | 0.36% | - |
| XYZ | 5.5 | 6.98 | 11.18 | - |
| YUV | 67.9 | 141.6 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 92 | 0.64 | 0.12 | 0 | 0.64 | 191.19 | 0.47 | 0.25 |
| Hex | 21 | 51 | 5C | 40 | C | 0 | 40 | BF | 2F | 19 |
| Octal | 41 | 121 | 134 | 100 | 14 | 0 | 100 | 277 | 57 | 31 |
| Binary | 100001 | 1010001 | 1011100 | 1000000 | 1100 | 0 | 1000000 | 10111111 | 101111 | 11001 |
Color Harmonies of #21515C
Complementary color
Monochromatic Colors of #21515C
Black with #21515C
Text Example
Text Example
White with #21515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21515C; }
p { color: rgb(33,81,92); }
H1.HeaderClassName
{
color: #21515C;
}
.AnyTagClassName
{
color: #21515C;
}
</style>
background-color css
<style>
a { background-color: #21515C; }
a { background-color: rgb(33,81,92); }
div.DivClassName
{
background-color: #21515C;
}
.BgClassName
{
background-color: #21515C;
}
</style>
border-color css
<style>
span { border-color: #21515C; }
span { border-color: rgb(33,81,92); }
td.TdClassName
{
border-color: #21515C;
}
.TagClassName
{
border-color: #21515C;
}
</style>