Shades of Teal Blue #204F55
Tints of Teal Blue #204F55
RGB
CMYK
RGB Variations
Color information
#204F55 (or 0x204F55) is known color: Teal Blue. HEX triplet: 20, 4F and 55. RGB value is (32,79,85). Sum of RGB (Red+Green+Blue) = 32+79+85=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 85 - color contains mainly: blue. Hex color #204F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204F55 is #DFB0AA. Grayscale: #414141. Windows color (decimal): -14659755 or 5590816. OLE color: 5590816.
HSL color Cylindrical-coordinate representation of color #204F55: hue angle of 186.79º 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 #204F55 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 79 | 85 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.67 |
| HSL | 186.79º | 0.45% | 0.23% | - |
| HSV(B) | 186.79º | 0.62% | 0.33% | - |
| XYZ | 5.03 | 6.55 | 9.59 | - |
| YUV | 65.63 | 138.93 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 79 | 85 | 0.62 | 0.07 | 0 | 0.67 | 186.79 | 0.45 | 0.23 |
| Hex | 20 | 4F | 55 | 3E | 7 | 0 | 43 | BB | 2D | 17 |
| Octal | 40 | 117 | 125 | 76 | 7 | 0 | 103 | 273 | 55 | 27 |
| Binary | 100000 | 1001111 | 1010101 | 111110 | 111 | 0 | 1000011 | 10111011 | 101101 | 10111 |
Color Harmonies of #204F55
Complementary color
Monochromatic Colors of #204F55
Black with #204F55
Text Example
Text Example
White with #204F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204F55; }
p { color: rgb(32,79,85); }
H1.HeaderClassName
{
color: #204F55;
}
.AnyTagClassName
{
color: #204F55;
}
</style>
background-color css
<style>
a { background-color: #204F55; }
a { background-color: rgb(32,79,85); }
div.DivClassName
{
background-color: #204F55;
}
.BgClassName
{
background-color: #204F55;
}
</style>
border-color css
<style>
span { border-color: #204F55; }
span { border-color: rgb(32,79,85); }
td.TdClassName
{
border-color: #204F55;
}
.TagClassName
{
border-color: #204F55;
}
</style>