#204A51

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

Shades of Teal Blue #204A51

Tints of Teal Blue #204A51

Color information

#204A51 (or 0x204A51) is unknown color: approx Teal Blue. HEX triplet: 20, 4A and 51. RGB value is (32,74,81). Sum of RGB (Red+Green+Blue) = 32+74+81=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 81 - color contains mainly: blue. Hex color #204A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204A51 is #DFB5AE. Grayscale: #3E3E3E. Windows color (decimal): -14661039 or 5327392. OLE color: 5327392.

HSL color Cylindrical-coordinate representation of color #204A51: hue angle of 188.57º 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 #204A51 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB327481-
CMYK0.600.0900.68
HSL188.57º43.36%22.16%-
HSV(B)188.57º60.49%31.76%-
XYZ4.535.88.67-
YUV62.24138.59106.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.11%
GREEN value IS 74 (29.30% from 255) = 39.57%
BLUE value IS 81 (32.03% from 255) = 43.32%
R=17.11%
G=39.57%
B=43.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3274810.600.0900.68188.5743.3622.16
Hex204A513C9044bd2b16
Octal40112121741101042755326
Binary100000100101010100011111001001010001001011110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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