Shades of Teal Blue #204850
Tints of Teal Blue #204850
RGB
CMYK
RGB Variations
Color information
#204850 (or 0x204850) is known color: Teal Blue. HEX triplet: 20, 48 and 50. RGB value is (32,72,80). Sum of RGB (Red+Green+Blue) = 32+72+80=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #204850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204850 is #DFB7AF. Grayscale: #3C3C3C. Windows color (decimal): -14661552 or 5261344. OLE color: 5261344.
HSL color Cylindrical-coordinate representation of color #204850: hue angle of 190º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #204850 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 72 | 80 | - |
| CMYK | 0.60 | 0.10 | 0 | 0.69 |
| HSL | 190º | 0.43% | 0.22% | - |
| HSV(B) | 190º | 0.6% | 0.31% | - |
| XYZ | 4.36 | 5.52 | 8.43 | - |
| YUV | 60.95 | 138.75 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 72 | 80 | 0.60 | 0.10 | 0 | 0.69 | 190 | 0.43 | 0.22 |
| Hex | 20 | 48 | 50 | 3C | A | 0 | 45 | BE | 2B | 16 |
| Octal | 40 | 110 | 120 | 74 | 12 | 0 | 105 | 276 | 53 | 26 |
| Binary | 100000 | 1001000 | 1010000 | 111100 | 1010 | 0 | 1000101 | 10111110 | 101011 | 10110 |
Color Harmonies of #204850
Complementary color
Monochromatic Colors of #204850
Black with #204850
Text Example
Text Example
White with #204850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204850; }
p { color: rgb(32,72,80); }
H1.HeaderClassName
{
color: #204850;
}
.AnyTagClassName
{
color: #204850;
}
</style>
background-color css
<style>
a { background-color: #204850; }
a { background-color: rgb(32,72,80); }
div.DivClassName
{
background-color: #204850;
}
.BgClassName
{
background-color: #204850;
}
</style>
border-color css
<style>
span { border-color: #204850; }
span { border-color: rgb(32,72,80); }
td.TdClassName
{
border-color: #204850;
}
.TagClassName
{
border-color: #204850;
}
</style>