#204857

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

Shades of Teal Blue #204857

Tints of Teal Blue #204857

Color information

#204857 (or 0x204857) is unknown color: approx Teal Blue. HEX triplet: 20, 48 and 57. RGB value is (32,72,87). Sum of RGB (Red+Green+Blue) = 32+72+87=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 87 - color contains mainly: blue. Hex color #204857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204857 is #DFB7A8. Grayscale: #3D3D3D. Windows color (decimal): -14661545 or 5720096. OLE color: 5720096.

HSL color Cylindrical-coordinate representation of color #204857: hue angle of 196.36º 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 #204857 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB327287-
CMYK0.630.1700.66
HSL196.36º46.22%23.33%-
HSV(B)196.36º63.22%34.12%-
XYZ4.635.639.86-
YUV61.75142.25106.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.75%
GREEN value IS 72 (28.52% from 255) = 37.70%
BLUE value IS 87 (34.38% from 255) = 45.55%
R=16.75%
G=37.70%
B=45.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3272870.630.1700.66196.3646.2223.33
Hex2048573F11042c42e17
Octal40110127772101023045627
Binary1000001001000101011111111110001010000101100010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204857; }

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

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

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

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

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

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

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

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