#204656

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

Shades of Teal Blue #204656

Tints of Teal Blue #204656

Color information

#204656 (or 0x204656) is unknown color: approx Teal Blue. HEX triplet: 20, 46 and 56. RGB value is (32,70,86). Sum of RGB (Red+Green+Blue) = 32+70+86=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 86 - color contains mainly: blue. Hex color #204656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204656 is #DFB9A9. Grayscale: #3C3C3C. Windows color (decimal): -14662058 or 5654048. OLE color: 5654048.

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

Color convert

RGB327086-
CMYK0.630.1900.66
HSL197.78º45.76%23.14%-
HSV(B)197.78º62.79%33.73%-
XYZ4.475.369.6-
YUV60.46142.41107.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.02%
GREEN value IS 70 (27.73% from 255) = 37.23%
BLUE value IS 86 (33.98% from 255) = 45.74%
R=17.02%
G=37.23%
B=45.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3270860.630.1900.66197.7845.7623.14
Hex2046563F13042c62e17
Octal40106126772301023065627
Binary1000001000110101011011111110011010000101100011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204656; }

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

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

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

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

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

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

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

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