#204A4F

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

Shades of Teal Blue #204A4F

Tints of Teal Blue #204A4F

Color information

#204A4F (or 0x204A4F) is unknown color: approx Teal Blue. HEX triplet: 20, 4A and 4F. RGB value is (32,74,79). Sum of RGB (Red+Green+Blue) = 32+74+79=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 79 - color contains mainly: blue. Hex color #204A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204A4F is #DFB5B0. Grayscale: #3D3D3D. Windows color (decimal): -14661041 or 5196320. OLE color: 5196320.

HSL color Cylindrical-coordinate representation of color #204A4F: hue angle of 186.38º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #204A4F is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB327479-
CMYK0.590.0600.69
HSL186.38º42.34%21.76%-
HSV(B)186.38º59.49%30.98%-
XYZ4.465.778.28-
YUV62.01137.59106.59-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.30%
GREEN value IS 74 (29.30% from 255) = 40%
BLUE value IS 79 (31.25% from 255) = 42.70%
R=17.30%
G=40%
B=42.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3274790.590.0600.69186.3842.3421.76
Hex204A4F3B6045ba2a16
Octal4011211773601052725226
Binary10000010010101001111111011110010001011011101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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