Shades of Teal Blue #204E55
Tints of Teal Blue #204E55
RGB
CMYK
RGB Variations
Color information
#204E55 (or 0x204E55) is known color: Teal Blue. HEX triplet: 20, 4E and 55. RGB value is (32,78,85). Sum of RGB (Red+Green+Blue) = 32+78+85=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: blue. Hex color #204E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204E55 is #DFB1AA. Grayscale: #404040. Windows color (decimal): -14660011 or 5590560. OLE color: 5590560.
HSL color Cylindrical-coordinate representation of color #204E55: hue angle of 187.92º 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 #204E55 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 78 | 85 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.67 |
| HSL | 187.92º | 0.45% | 0.23% | - |
| HSV(B) | 187.92º | 0.62% | 0.33% | - |
| XYZ | 4.96 | 6.41 | 9.57 | - |
| YUV | 65.04 | 139.26 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 78 | 85 | 0.62 | 0.08 | 0 | 0.67 | 187.92 | 0.45 | 0.23 |
| Hex | 20 | 4E | 55 | 3E | 8 | 0 | 43 | BC | 2D | 17 |
| Octal | 40 | 116 | 125 | 76 | 10 | 0 | 103 | 274 | 55 | 27 |
| Binary | 100000 | 1001110 | 1010101 | 111110 | 1000 | 0 | 1000011 | 10111100 | 101101 | 10111 |
Color Harmonies of #204E55
Complementary color
Monochromatic Colors of #204E55
Black with #204E55
Text Example
Text Example
White with #204E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204E55; }
p { color: rgb(32,78,85); }
H1.HeaderClassName
{
color: #204E55;
}
.AnyTagClassName
{
color: #204E55;
}
</style>
background-color css
<style>
a { background-color: #204E55; }
a { background-color: rgb(32,78,85); }
div.DivClassName
{
background-color: #204E55;
}
.BgClassName
{
background-color: #204E55;
}
</style>
border-color css
<style>
span { border-color: #204E55; }
span { border-color: rgb(32,78,85); }
td.TdClassName
{
border-color: #204E55;
}
.TagClassName
{
border-color: #204E55;
}
</style>