#204850

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

Shades of Teal Blue #204850

Tints of Teal Blue #204850

Color information

#204850 (or 0x204850) is unknown color: approx Teal Blue. HEX triplet: 20, 48 and 50. RGB value is (32,72,80). Sum of RGB (Red+Green+Blue) = 32+72+80=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #204850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204850 is #DFB7AF. Grayscale: #3C3C3C. Windows color (decimal): -14661552 or 5261344. OLE color: 5261344.

HSL color Cylindrical-coordinate representation of color #204850: hue angle of 190º 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 #204850 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB327280-
CMYK0.600.1000.69
HSL190º42.86%21.96%-
HSV(B)190º60%31.37%-
XYZ4.365.528.43-
YUV60.95138.75107.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.39%
GREEN value IS 72 (28.52% from 255) = 39.13%
BLUE value IS 80 (31.64% from 255) = 43.48%
R=17.39%
G=39.13%
B=43.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3272800.600.1000.6919042.8621.96
Hex2048503CA045be2b16
Octal40110120741201052765326
Binary100000100100010100001111001010010001011011111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204850; }

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

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

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

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

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

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

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

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