Shades of Teal Blue #204F5A
Tints of Teal Blue #204F5A
RGB
CMYK
RGB Variations
Color information
#204F5A (or 0x204F5A) is known color: Teal Blue. HEX triplet: 20, 4F and 5A. RGB value is (32,79,90). Sum of RGB (Red+Green+Blue) = 32+79+90=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #204F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204F5A is #DFB0A5. Grayscale: #424242. Windows color (decimal): -14659750 or 5918496. OLE color: 5918496.
HSL color Cylindrical-coordinate representation of color #204F5A: hue angle of 191.38º 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 #204F5A is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 79 | 90 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.65 |
| HSL | 191.38º | 0.48% | 0.24% | - |
| HSV(B) | 191.38º | 0.64% | 0.35% | - |
| XYZ | 5.24 | 6.64 | 10.68 | - |
| YUV | 66.2 | 141.43 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 79 | 90 | 0.64 | 0.12 | 0 | 0.65 | 191.38 | 0.48 | 0.24 |
| Hex | 20 | 4F | 5A | 40 | C | 0 | 41 | BF | 30 | 18 |
| Octal | 40 | 117 | 132 | 100 | 14 | 0 | 101 | 277 | 60 | 30 |
| Binary | 100000 | 1001111 | 1011010 | 1000000 | 1100 | 0 | 1000001 | 10111111 | 110000 | 11000 |
Color Harmonies of #204F5A
Complementary color
Monochromatic Colors of #204F5A
Black with #204F5A
Text Example
Text Example
White with #204F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204F5A; }
p { color: rgb(32,79,90); }
H1.HeaderClassName
{
color: #204F5A;
}
.AnyTagClassName
{
color: #204F5A;
}
</style>
background-color css
<style>
a { background-color: #204F5A; }
a { background-color: rgb(32,79,90); }
div.DivClassName
{
background-color: #204F5A;
}
.BgClassName
{
background-color: #204F5A;
}
</style>
border-color css
<style>
span { border-color: #204F5A; }
span { border-color: rgb(32,79,90); }
td.TdClassName
{
border-color: #204F5A;
}
.TagClassName
{
border-color: #204F5A;
}
</style>