Shades of Teal Blue #204554
Tints of Teal Blue #204554
RGB
CMYK
RGB Variations
Color information
#204554 (or 0x204554) is known color: Teal Blue. HEX triplet: 20, 45 and 54. RGB value is (32,69,84). Sum of RGB (Red+Green+Blue) = 32+69+84=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 84 - color contains mainly: blue. Hex color #204554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204554 is #DFBAAB. Grayscale: #3B3B3B. Windows color (decimal): -14662316 or 5522720. OLE color: 5522720.
HSL color Cylindrical-coordinate representation of color #204554: hue angle of 197.31º 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 #204554 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 69 | 84 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.67 |
| HSL | 197.31º | 0.45% | 0.23% | - |
| HSV(B) | 197.31º | 0.62% | 0.33% | - |
| XYZ | 4.32 | 5.2 | 9.16 | - |
| YUV | 59.65 | 141.74 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 69 | 84 | 0.62 | 0.18 | 0 | 0.67 | 197.31 | 0.45 | 0.23 |
| Hex | 20 | 45 | 54 | 3E | 12 | 0 | 43 | C5 | 2D | 17 |
| Octal | 40 | 105 | 124 | 76 | 22 | 0 | 103 | 305 | 55 | 27 |
| Binary | 100000 | 1000101 | 1010100 | 111110 | 10010 | 0 | 1000011 | 11000101 | 101101 | 10111 |
Color Harmonies of #204554
Complementary color
Monochromatic Colors of #204554
Black with #204554
Text Example
Text Example
White with #204554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204554; }
p { color: rgb(32,69,84); }
H1.HeaderClassName
{
color: #204554;
}
.AnyTagClassName
{
color: #204554;
}
</style>
background-color css
<style>
a { background-color: #204554; }
a { background-color: rgb(32,69,84); }
div.DivClassName
{
background-color: #204554;
}
.BgClassName
{
background-color: #204554;
}
</style>
border-color css
<style>
span { border-color: #204554; }
span { border-color: rgb(32,69,84); }
td.TdClassName
{
border-color: #204554;
}
.TagClassName
{
border-color: #204554;
}
</style>