Shades of Teal Blue #204B54
Tints of Teal Blue #204B54
RGB
CMYK
RGB Variations
Color information
#204B54 (or 0x204B54) is known color: Teal Blue. HEX triplet: 20, 4B and 54. RGB value is (32,75,84). Sum of RGB (Red+Green+Blue) = 32+75+84=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 84 - color contains mainly: blue. Hex color #204B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204B54 is #DFB4AB. Grayscale: #3F3F3F. Windows color (decimal): -14660780 or 5524256. OLE color: 5524256.
HSL color Cylindrical-coordinate representation of color #204B54: hue angle of 190.38º 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 #204B54 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 75 | 84 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.67 |
| HSL | 190.38º | 0.45% | 0.23% | - |
| HSV(B) | 190.38º | 0.62% | 0.33% | - |
| XYZ | 4.71 | 5.98 | 9.29 | - |
| YUV | 63.17 | 139.75 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 75 | 84 | 0.62 | 0.11 | 0 | 0.67 | 190.38 | 0.45 | 0.23 |
| Hex | 20 | 4B | 54 | 3E | B | 0 | 43 | BE | 2D | 17 |
| Octal | 40 | 113 | 124 | 76 | 13 | 0 | 103 | 276 | 55 | 27 |
| Binary | 100000 | 1001011 | 1010100 | 111110 | 1011 | 0 | 1000011 | 10111110 | 101101 | 10111 |
Color Harmonies of #204B54
Complementary color
Monochromatic Colors of #204B54
Black with #204B54
Text Example
Text Example
White with #204B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204B54; }
p { color: rgb(32,75,84); }
H1.HeaderClassName
{
color: #204B54;
}
.AnyTagClassName
{
color: #204B54;
}
</style>
background-color css
<style>
a { background-color: #204B54; }
a { background-color: rgb(32,75,84); }
div.DivClassName
{
background-color: #204B54;
}
.BgClassName
{
background-color: #204B54;
}
</style>
border-color css
<style>
span { border-color: #204B54; }
span { border-color: rgb(32,75,84); }
td.TdClassName
{
border-color: #204B54;
}
.TagClassName
{
border-color: #204B54;
}
</style>