#204A53

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

Shades of Teal Blue #204A53

Tints of Teal Blue #204A53

Color information

#204A53 (or 0x204A53) is unknown color: approx Teal Blue. HEX triplet: 20, 4A and 53. RGB value is (32,74,83). Sum of RGB (Red+Green+Blue) = 32+74+83=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #204A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204A53 is #DFB5AC. Grayscale: #3E3E3E. Windows color (decimal): -14661037 or 5458464. OLE color: 5458464.

HSL color Cylindrical-coordinate representation of color #204A53: hue angle of 190.59º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #204A53 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB327483-
CMYK0.610.1100.67
HSL190.59º44.35%22.55%-
HSV(B)190.59º61.45%32.55%-
XYZ4.615.839.07-
YUV62.47139.59106.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.93%
GREEN value IS 74 (29.30% from 255) = 39.15%
BLUE value IS 83 (32.81% from 255) = 43.92%
R=16.93%
G=39.15%
B=43.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3274830.610.1100.67190.5944.3522.55
Hex204A533DB043bf2c17
Octal40112123751301032775427
Binary100000100101010100111111011011010000111011111110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204A53; }

 p { color: rgb(32,74,83); }

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

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

 a { background-color: rgb(32,74,83); }

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

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

 span { border-color: rgb(32,74,83); }

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