Shades of Teal Blue #204C53
Tints of Teal Blue #204C53
RGB
CMYK
RGB Variations
Color information
#204C53 (or 0x204C53) is known color: Teal Blue. HEX triplet: 20, 4C and 53. RGB value is (32,76,83). Sum of RGB (Red+Green+Blue) = 32+76+83=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #204C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204C53 is #DFB3AC. Grayscale: #3F3F3F. Windows color (decimal): -14660525 or 5458976. OLE color: 5458976.
HSL color Cylindrical-coordinate representation of color #204C53: hue angle of 188.24º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #204C53 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 76 | 83 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.67 |
| HSL | 188.24º | 0.44% | 0.23% | - |
| HSV(B) | 188.24º | 0.61% | 0.33% | - |
| XYZ | 4.74 | 6.1 | 9.11 | - |
| YUV | 63.64 | 138.92 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 76 | 83 | 0.61 | 0.08 | 0 | 0.67 | 188.24 | 0.44 | 0.23 |
| Hex | 20 | 4C | 53 | 3D | 8 | 0 | 43 | BC | 2C | 17 |
| Octal | 40 | 114 | 123 | 75 | 10 | 0 | 103 | 274 | 54 | 27 |
| Binary | 100000 | 1001100 | 1010011 | 111101 | 1000 | 0 | 1000011 | 10111100 | 101100 | 10111 |
Color Harmonies of #204C53
Complementary color
Monochromatic Colors of #204C53
Black with #204C53
Text Example
Text Example
White with #204C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204C53; }
p { color: rgb(32,76,83); }
H1.HeaderClassName
{
color: #204C53;
}
.AnyTagClassName
{
color: #204C53;
}
</style>
background-color css
<style>
a { background-color: #204C53; }
a { background-color: rgb(32,76,83); }
div.DivClassName
{
background-color: #204C53;
}
.BgClassName
{
background-color: #204C53;
}
</style>
border-color css
<style>
span { border-color: #204C53; }
span { border-color: rgb(32,76,83); }
td.TdClassName
{
border-color: #204C53;
}
.TagClassName
{
border-color: #204C53;
}
</style>