#204941

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

Shades of Deep Teal #204941

Tints of Deep Teal #204941

Color information

#204941 (or 0x204941) is unknown color: approx Deep Teal. HEX triplet: 20, 49 and 41. RGB value is (32,73,65). Sum of RGB (Red+Green+Blue) = 32+73+65=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 73 - color contains mainly: green. Hex color #204941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204941 is #DFB6BE. Grayscale: #3B3B3B. Windows color (decimal): -14661311 or 4278560. OLE color: 4278560.

HSL color Cylindrical-coordinate representation of color #204941: hue angle of 168.29º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #204941 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB327365-
CMYK0.5600.110.71
HSL168.29º39.05%20.59%-
HSV(B)168.29º56.16%28.63%-
XYZ3.935.455.85-
YUV59.83130.92108.15-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.82%
GREEN value IS 73 (28.91% from 255) = 42.94%
BLUE value IS 65 (25.78% from 255) = 38.24%
R=18.82%
G=42.94%
B=38.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3273650.5600.110.71168.2939.0520.59
Hex204941380B47a82715
Octal40111101700131072504725
Binary100000100100110000011110000101110001111010100010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204941; }

 p { color: rgb(32,73,65); }

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

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

 a { background-color: rgb(32,73,65); }

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

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

 span { border-color: rgb(32,73,65); }

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