#204E57

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

Shades of Teal Blue #204E57

Tints of Teal Blue #204E57

Color information

#204E57 (or 0x204E57) is unknown color: approx Teal Blue. HEX triplet: 20, 4E and 57. RGB value is (32,78,87). Sum of RGB (Red+Green+Blue) = 32+78+87=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 87 - color contains mainly: blue. Hex color #204E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204E57 is #DFB1A8. Grayscale: #414141. Windows color (decimal): -14660009 or 5721632. OLE color: 5721632.

HSL color Cylindrical-coordinate representation of color #204E57: hue angle of 189.82º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #204E57 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB327887-
CMYK0.630.1000.66
HSL189.82º46.22%23.33%-
HSV(B)189.82º63.22%34.12%-
XYZ5.046.449.99-
YUV65.27140.26104.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.24%
GREEN value IS 78 (30.86% from 255) = 39.59%
BLUE value IS 87 (34.38% from 255) = 44.16%
R=16.24%
G=39.59%
B=44.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3278870.630.1000.66189.8246.2223.33
Hex204E573FA042be2e17
Octal40116127771201022765627
Binary100000100111010101111111111010010000101011111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,78,87); }

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

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

 a { background-color: rgb(32,78,87); }

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

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

 span { border-color: rgb(32,78,87); }

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