#204856

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

Shades of Teal Blue #204856

Tints of Teal Blue #204856

Color information

#204856 (or 0x204856) is unknown color: approx Teal Blue. HEX triplet: 20, 48 and 56. RGB value is (32,72,86). Sum of RGB (Red+Green+Blue) = 32+72+86=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 86 - color contains mainly: blue. Hex color #204856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204856 is #DFB7A9. Grayscale: #3D3D3D. Windows color (decimal): -14661546 or 5654560. OLE color: 5654560.

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

Color convert

RGB327286-
CMYK0.630.1600.66
HSL195.56º45.76%23.14%-
HSV(B)195.56º62.79%33.73%-
XYZ4.595.619.65-
YUV61.64141.75106.86-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.84%
GREEN value IS 72 (28.52% from 255) = 37.89%
BLUE value IS 86 (33.98% from 255) = 45.26%
R=16.84%
G=37.89%
B=45.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3272860.630.1600.66195.5645.7623.14
Hex2048563F10042c42e17
Octal40110126772001023045627
Binary1000001001000101011011111110000010000101100010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204856; }

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

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

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

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

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

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

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

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