#204440

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

Shades of Deep Teal #204440

Tints of Deep Teal #204440

Color information

#204440 (or 0x204440) is unknown color: approx Deep Teal. HEX triplet: 20, 44 and 40. RGB value is (32,68,64). Sum of RGB (Red+Green+Blue) = 32+68+64=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 68 (26.95% from 255 or 41.46% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 68 - color contains mainly: green. Hex color #204440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204440 is #DFBBBF. Grayscale: #383838. Windows color (decimal): -14662592 or 4211744. OLE color: 4211744.

HSL color Cylindrical-coordinate representation of color #204440: hue angle of 173.33º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #204440 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB326864-
CMYK0.5300.060.73
HSL173.33º36%19.61%-
HSV(B)173.33º52.94%26.67%-
XYZ3.594.815.59-
YUV56.78132.07110.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.51%
GREEN value IS 68 (26.95% from 255) = 41.46%
BLUE value IS 64 (25.39% from 255) = 39.02%
R=19.51%
G=41.46%
B=39.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3268640.5300.060.73173.333619.61
Hex204440350649ad2414
Octal4010410065061112554424
Binary10000010001001000000110101011010010011010110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204440; }

 p { color: rgb(32,68,64); }

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

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

 a { background-color: rgb(32,68,64); }

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

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

 span { border-color: rgb(32,68,64); }

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