Shades of Teal Blue #204D5B
Tints of Teal Blue #204D5B
RGB
CMYK
RGB Variations
Color information
#204D5B (or 0x204D5B) is known color: Teal Blue. HEX triplet: 20, 4D and 5B. RGB value is (32,77,91). Sum of RGB (Red+Green+Blue) = 32+77+91=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 91 - color contains mainly: blue. Hex color #204D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204D5B is #DFB2A4. Grayscale: #414141. Windows color (decimal): -14660261 or 5983520. OLE color: 5983520.
HSL color Cylindrical-coordinate representation of color #204D5B: hue angle of 194.24º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #204D5B is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 77 | 91 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.64 |
| HSL | 194.24º | 0.48% | 0.24% | - |
| HSV(B) | 194.24º | 0.65% | 0.36% | - |
| XYZ | 5.14 | 6.37 | 10.86 | - |
| YUV | 65.14 | 142.59 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 77 | 91 | 0.65 | 0.15 | 0 | 0.64 | 194.24 | 0.48 | 0.24 |
| Hex | 20 | 4D | 5B | 41 | F | 0 | 40 | C2 | 30 | 18 |
| Octal | 40 | 115 | 133 | 101 | 17 | 0 | 100 | 302 | 60 | 30 |
| Binary | 100000 | 1001101 | 1011011 | 1000001 | 1111 | 0 | 1000000 | 11000010 | 110000 | 11000 |
Color Harmonies of #204D5B
Complementary color
Monochromatic Colors of #204D5B
Black with #204D5B
Text Example
Text Example
White with #204D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204D5B; }
p { color: rgb(32,77,91); }
H1.HeaderClassName
{
color: #204D5B;
}
.AnyTagClassName
{
color: #204D5B;
}
</style>
background-color css
<style>
a { background-color: #204D5B; }
a { background-color: rgb(32,77,91); }
div.DivClassName
{
background-color: #204D5B;
}
.BgClassName
{
background-color: #204D5B;
}
</style>
border-color css
<style>
span { border-color: #204D5B; }
span { border-color: rgb(32,77,91); }
td.TdClassName
{
border-color: #204D5B;
}
.TagClassName
{
border-color: #204D5B;
}
</style>