#204950

Color #204950 Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #204950

Tints of Teal Blue #204950

Color information

#204950 (or 0x204950) is unknown color: approx Teal Blue. HEX triplet: 20, 49 and 50. RGB value is (32,73,80). Sum of RGB (Red+Green+Blue) = 32+73+80=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #204950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204950 is #DFB6AF. Grayscale: #3D3D3D. Windows color (decimal): -14661296 or 5261600. OLE color: 5261600.

HSL color Cylindrical-coordinate representation of color #204950: hue angle of 188.75º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #204950 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB327380-
CMYK0.600.0900.69
HSL188.75º42.86%21.96%-
HSV(B)188.75º60%31.37%-
XYZ4.435.658.45-
YUV61.54138.42106.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 17.30%
GREEN value IS 73 (28.91% from 255) = 39.46%
BLUE value IS 80 (31.64% from 255) = 43.24%
R=17.30%
G=39.46%
B=43.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3273800.600.0900.69188.7542.8621.96
Hex2049503C9045bd2b16
Octal40111120741101052755326
Binary100000100100110100001111001001010001011011110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204950; }

 p { color: rgb(32,73,80); }

 H1.HeaderClassName
 {
   color: #204950;
 }
 .AnyTagClassName
 {
   color: #204950;
 }
</style>
background-color css

<style>
 a { background-color: #204950; }

 a { background-color: rgb(32,73,80); }

 div.DivClassName
 {
   background-color: #204950;
 }
 .BgClassName
 {
   background-color: #204950;
 }
</style>
border-color css

<style>
 span { border-color: #204950; }

 span { border-color: rgb(32,73,80); }

 td.TdClassName
 {
   border-color: #204950;
 }
 .TagClassName
 {
   border-color: #204950;
 }
</style>