Shades of Teal Blue #21525C
Tints of Teal Blue #21525C
RGB
CMYK
RGB Variations
Color information
#21525C (or 0x21525C) is known color: Teal Blue. HEX triplet: 21, 52 and 5C. RGB value is (33,82,92). Sum of RGB (Red+Green+Blue) = 33+82+92=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #21525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21525C is #DEADA3. Grayscale: #444444. Windows color (decimal): -14593444 or 6050337. OLE color: 6050337.
HSL color Cylindrical-coordinate representation of color #21525C: hue angle of 190.17º 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 #21525C is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 82 | 92 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.64 |
| HSL | 190.17º | 0.47% | 0.25% | - |
| HSV(B) | 190.17º | 0.64% | 0.36% | - |
| XYZ | 5.58 | 7.13 | 11.21 | - |
| YUV | 68.49 | 141.27 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 92 | 0.64 | 0.11 | 0 | 0.64 | 190.17 | 0.47 | 0.25 |
| Hex | 21 | 52 | 5C | 40 | B | 0 | 40 | BE | 2F | 19 |
| Octal | 41 | 122 | 134 | 100 | 13 | 0 | 100 | 276 | 57 | 31 |
| Binary | 100001 | 1010010 | 1011100 | 1000000 | 1011 | 0 | 1000000 | 10111110 | 101111 | 11001 |
Color Harmonies of #21525C
Complementary color
Monochromatic Colors of #21525C
Black with #21525C
Text Example
Text Example
White with #21525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21525C; }
p { color: rgb(33,82,92); }
H1.HeaderClassName
{
color: #21525C;
}
.AnyTagClassName
{
color: #21525C;
}
</style>
background-color css
<style>
a { background-color: #21525C; }
a { background-color: rgb(33,82,92); }
div.DivClassName
{
background-color: #21525C;
}
.BgClassName
{
background-color: #21525C;
}
</style>
border-color css
<style>
span { border-color: #21525C; }
span { border-color: rgb(33,82,92); }
td.TdClassName
{
border-color: #21525C;
}
.TagClassName
{
border-color: #21525C;
}
</style>