Shades of Teal Blue #204753
Tints of Teal Blue #204753
RGB
CMYK
RGB Variations
Color information
#204753 (or 0x204753) is known color: Teal Blue. HEX triplet: 20, 47 and 53. RGB value is (32,71,83). Sum of RGB (Red+Green+Blue) = 32+71+83=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: blue. Hex color #204753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204753 is #DFB8AC. Grayscale: #3C3C3C. Windows color (decimal): -14661805 or 5457696. OLE color: 5457696.
HSL color Cylindrical-coordinate representation of color #204753: hue angle of 194.12º 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 #204753 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 71 | 83 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.67 |
| HSL | 194.12º | 0.44% | 0.23% | - |
| HSV(B) | 194.12º | 0.61% | 0.33% | - |
| XYZ | 4.41 | 5.44 | 9 | - |
| YUV | 60.71 | 140.58 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 71 | 83 | 0.61 | 0.14 | 0 | 0.67 | 194.12 | 0.44 | 0.23 |
| Hex | 20 | 47 | 53 | 3D | E | 0 | 43 | C2 | 2C | 17 |
| Octal | 40 | 107 | 123 | 75 | 16 | 0 | 103 | 302 | 54 | 27 |
| Binary | 100000 | 1000111 | 1010011 | 111101 | 1110 | 0 | 1000011 | 11000010 | 101100 | 10111 |
Color Harmonies of #204753
Complementary color
Monochromatic Colors of #204753
Black with #204753
Text Example
Text Example
White with #204753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204753; }
p { color: rgb(32,71,83); }
H1.HeaderClassName
{
color: #204753;
}
.AnyTagClassName
{
color: #204753;
}
</style>
background-color css
<style>
a { background-color: #204753; }
a { background-color: rgb(32,71,83); }
div.DivClassName
{
background-color: #204753;
}
.BgClassName
{
background-color: #204753;
}
</style>
border-color css
<style>
span { border-color: #204753; }
span { border-color: rgb(32,71,83); }
td.TdClassName
{
border-color: #204753;
}
.TagClassName
{
border-color: #204753;
}
</style>