Shades of Teal Blue #21535B
Tints of Teal Blue #21535B
RGB
CMYK
RGB Variations
Color information
#21535B (or 0x21535B) is known color: Teal Blue. HEX triplet: 21, 53 and 5B. RGB value is (33,83,91). Sum of RGB (Red+Green+Blue) = 33+83+91=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #21535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21535B is #DEACA4. Grayscale: #444444. Windows color (decimal): -14593189 or 5985057. OLE color: 5985057.
HSL color Cylindrical-coordinate representation of color #21535B: hue angle of 188.28º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21535B is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 83 | 91 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.64 |
| HSL | 188.28º | 0.47% | 0.24% | - |
| HSV(B) | 188.28º | 0.64% | 0.36% | - |
| XYZ | 5.61 | 7.27 | 11 | - |
| YUV | 68.96 | 140.44 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 91 | 0.64 | 0.09 | 0 | 0.64 | 188.28 | 0.47 | 0.24 |
| Hex | 21 | 53 | 5B | 40 | 9 | 0 | 40 | BC | 2F | 18 |
| Octal | 41 | 123 | 133 | 100 | 11 | 0 | 100 | 274 | 57 | 30 |
| Binary | 100001 | 1010011 | 1011011 | 1000000 | 1001 | 0 | 1000000 | 10111100 | 101111 | 11000 |
Color Harmonies of #21535B
Complementary color
Monochromatic Colors of #21535B
Black with #21535B
Text Example
Text Example
White with #21535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21535B; }
p { color: rgb(33,83,91); }
H1.HeaderClassName
{
color: #21535B;
}
.AnyTagClassName
{
color: #21535B;
}
</style>
background-color css
<style>
a { background-color: #21535B; }
a { background-color: rgb(33,83,91); }
div.DivClassName
{
background-color: #21535B;
}
.BgClassName
{
background-color: #21535B;
}
</style>
border-color css
<style>
span { border-color: #21535B; }
span { border-color: rgb(33,83,91); }
td.TdClassName
{
border-color: #21535B;
}
.TagClassName
{
border-color: #21535B;
}
</style>