Shades of Teal Blue #204E5A
Tints of Teal Blue #204E5A
RGB
CMYK
RGB Variations
Color information
#204E5A (or 0x204E5A) is known color: Teal Blue. HEX triplet: 20, 4E and 5A. RGB value is (32,78,90). Sum of RGB (Red+Green+Blue) = 32+78+90=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 78 (30.86% from 255 or 39% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #204E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204E5A is #DFB1A5. Grayscale: #414141. Windows color (decimal): -14660006 or 5918240. OLE color: 5918240.
HSL color Cylindrical-coordinate representation of color #204E5A: hue angle of 192.41º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #204E5A is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 78 | 90 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.65 |
| HSL | 192.41º | 0.48% | 0.24% | - |
| HSV(B) | 192.41º | 0.64% | 0.35% | - |
| XYZ | 5.17 | 6.49 | 10.65 | - |
| YUV | 65.61 | 141.76 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 78 | 90 | 0.64 | 0.13 | 0 | 0.65 | 192.41 | 0.48 | 0.24 |
| Hex | 20 | 4E | 5A | 40 | D | 0 | 41 | C0 | 30 | 18 |
| Octal | 40 | 116 | 132 | 100 | 15 | 0 | 101 | 300 | 60 | 30 |
| Binary | 100000 | 1001110 | 1011010 | 1000000 | 1101 | 0 | 1000001 | 11000000 | 110000 | 11000 |
Color Harmonies of #204E5A
Complementary color
Monochromatic Colors of #204E5A
Black with #204E5A
Text Example
Text Example
White with #204E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204E5A; }
p { color: rgb(32,78,90); }
H1.HeaderClassName
{
color: #204E5A;
}
.AnyTagClassName
{
color: #204E5A;
}
</style>
background-color css
<style>
a { background-color: #204E5A; }
a { background-color: rgb(32,78,90); }
div.DivClassName
{
background-color: #204E5A;
}
.BgClassName
{
background-color: #204E5A;
}
</style>
border-color css
<style>
span { border-color: #204E5A; }
span { border-color: rgb(32,78,90); }
td.TdClassName
{
border-color: #204E5A;
}
.TagClassName
{
border-color: #204E5A;
}
</style>