#204A58

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

Shades of Teal Blue #204A58

Tints of Teal Blue #204A58

Color information

#204A58 (or 0x204A58) is unknown color: approx Teal Blue. HEX triplet: 20, 4A and 58. RGB value is (32,74,88). Sum of RGB (Red+Green+Blue) = 32+74+88=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #204A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204A58 is #DFB5A7. Grayscale: #3E3E3E. Windows color (decimal): -14661032 or 5786144. OLE color: 5786144.

HSL color Cylindrical-coordinate representation of color #204A58: hue angle of 195º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #204A58 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB327488-
CMYK0.640.1600.65
HSL195º46.67%23.53%-
HSV(B)195º63.64%34.51%-
XYZ4.815.9110.12-
YUV63.04142.09105.86-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.49%
GREEN value IS 74 (29.30% from 255) = 38.14%
BLUE value IS 88 (34.77% from 255) = 45.36%
R=16.49%
G=38.14%
B=45.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3274880.640.1600.6519546.6723.53
Hex204A584010041c32f18
Octal401121301002001013035730
Binary10000010010101011000100000010000010000011100001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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