Shades of Teal Blue #204F5E
Tints of Teal Blue #204F5E
RGB
CMYK
RGB Variations
Color information
#204F5E (or 0x204F5E) is known color: Teal Blue. HEX triplet: 20, 4F and 5E. RGB value is (32,79,94). Sum of RGB (Red+Green+Blue) = 32+79+94=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #204F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204F5E is #DFB0A1. Grayscale: #424242. Windows color (decimal): -14659746 or 6180640. OLE color: 6180640.
HSL color Cylindrical-coordinate representation of color #204F5E: hue angle of 194.52º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #204F5E is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 79 | 94 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.63 |
| HSL | 194.52º | 0.49% | 0.25% | - |
| HSV(B) | 194.52º | 0.66% | 0.37% | - |
| XYZ | 5.41 | 6.71 | 11.6 | - |
| YUV | 66.66 | 143.43 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 79 | 94 | 0.66 | 0.16 | 0 | 0.63 | 194.52 | 0.49 | 0.25 |
| Hex | 20 | 4F | 5E | 42 | 10 | 0 | 3F | C3 | 31 | 19 |
| Octal | 40 | 117 | 136 | 102 | 20 | 0 | 77 | 303 | 61 | 31 |
| Binary | 100000 | 1001111 | 1011110 | 1000010 | 10000 | 0 | 111111 | 11000011 | 110001 | 11001 |
Color Harmonies of #204F5E
Complementary color
Monochromatic Colors of #204F5E
Black with #204F5E
Text Example
Text Example
White with #204F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204F5E; }
p { color: rgb(32,79,94); }
H1.HeaderClassName
{
color: #204F5E;
}
.AnyTagClassName
{
color: #204F5E;
}
</style>
background-color css
<style>
a { background-color: #204F5E; }
a { background-color: rgb(32,79,94); }
div.DivClassName
{
background-color: #204F5E;
}
.BgClassName
{
background-color: #204F5E;
}
</style>
border-color css
<style>
span { border-color: #204F5E; }
span { border-color: rgb(32,79,94); }
td.TdClassName
{
border-color: #204F5E;
}
.TagClassName
{
border-color: #204F5E;
}
</style>