#204740

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

Shades of Deep Teal #204740

Tints of Deep Teal #204740

Color information

#204740 (or 0x204740) is unknown color: approx Deep Teal. HEX triplet: 20, 47 and 40. RGB value is (32,71,64). Sum of RGB (Red+Green+Blue) = 32+71+64=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 71 - color contains mainly: green. Hex color #204740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204740 is #DFB8BF. Grayscale: #3A3A3A. Windows color (decimal): -14661824 or 4212512. OLE color: 4212512.

HSL color Cylindrical-coordinate representation of color #204740: hue angle of 169.23º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #204740 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB327164-
CMYK0.5500.100.72
HSL169.23º37.86%20.2%-
HSV(B)169.23º54.93%27.84%-
XYZ3.775.185.65-
YUV58.54131.08109.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.16%
GREEN value IS 71 (28.12% from 255) = 42.51%
BLUE value IS 64 (25.39% from 255) = 38.32%
R=19.16%
G=42.51%
B=38.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3271640.5500.100.72169.2337.8620.2
Hex204740370A48a92614
Octal40107100670121102514624
Binary100000100011110000001101110101010010001010100110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204740; }

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

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

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

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

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

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

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

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