Shades of Teal Blue #204A54
Tints of Teal Blue #204A54
RGB
CMYK
RGB Variations
Color information
#204A54 (or 0x204A54) is known color: Teal Blue. HEX triplet: 20, 4A and 54. RGB value is (32,74,84). Sum of RGB (Red+Green+Blue) = 32+74+84=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 84 - color contains mainly: blue. Hex color #204A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204A54 is #DFB5AB. Grayscale: #3E3E3E. Windows color (decimal): -14661036 or 5524000. OLE color: 5524000.
HSL color Cylindrical-coordinate representation of color #204A54: hue angle of 191.54º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #204A54 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 74 | 84 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.67 |
| HSL | 191.54º | 0.45% | 0.23% | - |
| HSV(B) | 191.54º | 0.62% | 0.33% | - |
| XYZ | 4.64 | 5.84 | 9.27 | - |
| YUV | 62.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 74 | 84 | 0.62 | 0.12 | 0 | 0.67 | 191.54 | 0.45 | 0.23 |
| Hex | 20 | 4A | 54 | 3E | C | 0 | 43 | C0 | 2D | 17 |
| Octal | 40 | 112 | 124 | 76 | 14 | 0 | 103 | 300 | 55 | 27 |
| Binary | 100000 | 1001010 | 1010100 | 111110 | 1100 | 0 | 1000011 | 11000000 | 101101 | 10111 |
Color Harmonies of #204A54
Complementary color
Monochromatic Colors of #204A54
Black with #204A54
Text Example
Text Example
White with #204A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204A54; }
p { color: rgb(32,74,84); }
H1.HeaderClassName
{
color: #204A54;
}
.AnyTagClassName
{
color: #204A54;
}
</style>
background-color css
<style>
a { background-color: #204A54; }
a { background-color: rgb(32,74,84); }
div.DivClassName
{
background-color: #204A54;
}
.BgClassName
{
background-color: #204A54;
}
</style>
border-color css
<style>
span { border-color: #204A54; }
span { border-color: rgb(32,74,84); }
td.TdClassName
{
border-color: #204A54;
}
.TagClassName
{
border-color: #204A54;
}
</style>