Shades of Teal Blue #204E5D
Tints of Teal Blue #204E5D
RGB
CMYK
RGB Variations
Color information
#204E5D (or 0x204E5D) is known color: Teal Blue. HEX triplet: 20, 4E and 5D. RGB value is (32,78,93). Sum of RGB (Red+Green+Blue) = 32+78+93=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #204E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204E5D is #DFB1A2. Grayscale: #414141. Windows color (decimal): -14660003 or 6114848. OLE color: 6114848.
HSL color Cylindrical-coordinate representation of color #204E5D: hue angle of 194.75º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #204E5D is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 78 | 93 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.64 |
| HSL | 194.75º | 0.49% | 0.25% | - |
| HSV(B) | 194.75º | 0.66% | 0.36% | - |
| XYZ | 5.3 | 6.55 | 11.34 | - |
| YUV | 65.96 | 143.26 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 78 | 93 | 0.66 | 0.16 | 0 | 0.64 | 194.75 | 0.49 | 0.25 |
| Hex | 20 | 4E | 5D | 42 | 10 | 0 | 40 | C3 | 31 | 19 |
| Octal | 40 | 116 | 135 | 102 | 20 | 0 | 100 | 303 | 61 | 31 |
| Binary | 100000 | 1001110 | 1011101 | 1000010 | 10000 | 0 | 1000000 | 11000011 | 110001 | 11001 |
Color Harmonies of #204E5D
Complementary color
Monochromatic Colors of #204E5D
Black with #204E5D
Text Example
Text Example
White with #204E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204E5D; }
p { color: rgb(32,78,93); }
H1.HeaderClassName
{
color: #204E5D;
}
.AnyTagClassName
{
color: #204E5D;
}
</style>
background-color css
<style>
a { background-color: #204E5D; }
a { background-color: rgb(32,78,93); }
div.DivClassName
{
background-color: #204E5D;
}
.BgClassName
{
background-color: #204E5D;
}
</style>
border-color css
<style>
span { border-color: #204E5D; }
span { border-color: rgb(32,78,93); }
td.TdClassName
{
border-color: #204E5D;
}
.TagClassName
{
border-color: #204E5D;
}
</style>