#204655

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

Shades of Teal Blue #204655

Tints of Teal Blue #204655

Color information

#204655 (or 0x204655) is unknown color: approx Teal Blue. HEX triplet: 20, 46 and 55. RGB value is (32,70,85). Sum of RGB (Red+Green+Blue) = 32+70+85=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 85 - color contains mainly: blue. Hex color #204655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204655 is #DFB9AA. Grayscale: #3C3C3C. Windows color (decimal): -14662059 or 5588512. OLE color: 5588512.

HSL color Cylindrical-coordinate representation of color #204655: hue angle of 196.98º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #204655 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB327085-
CMYK0.620.1800.67
HSL196.98º45.3%22.94%-
HSV(B)196.98º62.35%33.33%-
XYZ4.435.349.39-
YUV60.35141.91107.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.11%
GREEN value IS 70 (27.73% from 255) = 37.43%
BLUE value IS 85 (33.59% from 255) = 45.45%
R=17.11%
G=37.43%
B=45.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3270850.620.1800.67196.9845.322.94
Hex2046553E12043c52d17
Octal40106125762201033055527
Binary1000001000110101010111111010010010000111100010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204655; }

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

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

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

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

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

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

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

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