Shades of Teal Blue #204653
Tints of Teal Blue #204653
RGB
CMYK
RGB Variations
Color information
#204653 (or 0x204653) is known color: Teal Blue. HEX triplet: 20, 46 and 53. RGB value is (32,70,83). Sum of RGB (Red+Green+Blue) = 32+70+83=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: blue. Hex color #204653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204653 is #DFB9AC. Grayscale: #3C3C3C. Windows color (decimal): -14662061 or 5457440. OLE color: 5457440.
HSL color Cylindrical-coordinate representation of color #204653: hue angle of 195.29º 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 #204653 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 70 | 83 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.67 |
| HSL | 195.29º | 0.44% | 0.23% | - |
| HSV(B) | 195.29º | 0.61% | 0.33% | - |
| XYZ | 4.35 | 5.31 | 8.98 | - |
| YUV | 60.12 | 140.91 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 83 | 0.61 | 0.16 | 0 | 0.67 | 195.29 | 0.44 | 0.23 |
| Hex | 20 | 46 | 53 | 3D | 10 | 0 | 43 | C3 | 2C | 17 |
| Octal | 40 | 106 | 123 | 75 | 20 | 0 | 103 | 303 | 54 | 27 |
| Binary | 100000 | 1000110 | 1010011 | 111101 | 10000 | 0 | 1000011 | 11000011 | 101100 | 10111 |
Color Harmonies of #204653
Complementary color
Monochromatic Colors of #204653
Black with #204653
Text Example
Text Example
White with #204653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204653; }
p { color: rgb(32,70,83); }
H1.HeaderClassName
{
color: #204653;
}
.AnyTagClassName
{
color: #204653;
}
</style>
background-color css
<style>
a { background-color: #204653; }
a { background-color: rgb(32,70,83); }
div.DivClassName
{
background-color: #204653;
}
.BgClassName
{
background-color: #204653;
}
</style>
border-color css
<style>
span { border-color: #204653; }
span { border-color: rgb(32,70,83); }
td.TdClassName
{
border-color: #204653;
}
.TagClassName
{
border-color: #204653;
}
</style>