Shades of Teal Blue #204751
Tints of Teal Blue #204751
RGB
CMYK
RGB Variations
Color information
#204751 (or 0x204751) is known color: Teal Blue. HEX triplet: 20, 47 and 51. RGB value is (32,71,81). Sum of RGB (Red+Green+Blue) = 32+71+81=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 81 (32.03% from 255 or 44.02% from 184); Max value from RGB is 81 - color contains mainly: blue. Hex color #204751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204751 is #DFB8AE. Grayscale: #3C3C3C. Windows color (decimal): -14661807 or 5326624. OLE color: 5326624.
HSL color Cylindrical-coordinate representation of color #204751: hue angle of 192.24º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #204751 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 71 | 81 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.68 |
| HSL | 192.24º | 0.43% | 0.22% | - |
| HSV(B) | 192.24º | 0.6% | 0.32% | - |
| XYZ | 4.33 | 5.41 | 8.6 | - |
| YUV | 60.48 | 139.58 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 71 | 81 | 0.60 | 0.12 | 0 | 0.68 | 192.24 | 0.43 | 0.22 |
| Hex | 20 | 47 | 51 | 3C | C | 0 | 44 | C0 | 2B | 16 |
| Octal | 40 | 107 | 121 | 74 | 14 | 0 | 104 | 300 | 53 | 26 |
| Binary | 100000 | 1000111 | 1010001 | 111100 | 1100 | 0 | 1000100 | 11000000 | 101011 | 10110 |
Color Harmonies of #204751
Complementary color
Monochromatic Colors of #204751
Black with #204751
Text Example
Text Example
White with #204751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204751; }
p { color: rgb(32,71,81); }
H1.HeaderClassName
{
color: #204751;
}
.AnyTagClassName
{
color: #204751;
}
</style>
background-color css
<style>
a { background-color: #204751; }
a { background-color: rgb(32,71,81); }
div.DivClassName
{
background-color: #204751;
}
.BgClassName
{
background-color: #204751;
}
</style>
border-color css
<style>
span { border-color: #204751; }
span { border-color: rgb(32,71,81); }
td.TdClassName
{
border-color: #204751;
}
.TagClassName
{
border-color: #204751;
}
</style>