Shades of Teal Blue #204B55
Tints of Teal Blue #204B55
RGB
CMYK
RGB Variations
Color information
#204B55 (or 0x204B55) is known color: Teal Blue. HEX triplet: 20, 4B and 55. RGB value is (32,75,85). Sum of RGB (Red+Green+Blue) = 32+75+85=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 85 - color contains mainly: blue. Hex color #204B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204B55 is #DFB4AA. Grayscale: #3F3F3F. Windows color (decimal): -14660779 or 5589792. OLE color: 5589792.
HSL color Cylindrical-coordinate representation of color #204B55: hue angle of 191.32º 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 #204B55 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 75 | 85 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.67 |
| HSL | 191.32º | 0.45% | 0.23% | - |
| HSV(B) | 191.32º | 0.62% | 0.33% | - |
| XYZ | 4.75 | 6 | 9.5 | - |
| YUV | 63.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 75 | 85 | 0.62 | 0.12 | 0 | 0.67 | 191.32 | 0.45 | 0.23 |
| Hex | 20 | 4B | 55 | 3E | C | 0 | 43 | BF | 2D | 17 |
| Octal | 40 | 113 | 125 | 76 | 14 | 0 | 103 | 277 | 55 | 27 |
| Binary | 100000 | 1001011 | 1010101 | 111110 | 1100 | 0 | 1000011 | 10111111 | 101101 | 10111 |
Color Harmonies of #204B55
Complementary color
Monochromatic Colors of #204B55
Black with #204B55
Text Example
Text Example
White with #204B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204B55; }
p { color: rgb(32,75,85); }
H1.HeaderClassName
{
color: #204B55;
}
.AnyTagClassName
{
color: #204B55;
}
</style>
background-color css
<style>
a { background-color: #204B55; }
a { background-color: rgb(32,75,85); }
div.DivClassName
{
background-color: #204B55;
}
.BgClassName
{
background-color: #204B55;
}
</style>
border-color css
<style>
span { border-color: #204B55; }
span { border-color: rgb(32,75,85); }
td.TdClassName
{
border-color: #204B55;
}
.TagClassName
{
border-color: #204B55;
}
</style>