#204943

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

Shades of Deep Teal #204943

Tints of Deep Teal #204943

Color information

#204943 (or 0x204943) is unknown color: approx Deep Teal. HEX triplet: 20, 49 and 43. RGB value is (32,73,67). Sum of RGB (Red+Green+Blue) = 32+73+67=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 73 - color contains mainly: green. Hex color #204943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204943 is #DFB6BC. Grayscale: #3C3C3C. Windows color (decimal): -14661309 or 4409632. OLE color: 4409632.

HSL color Cylindrical-coordinate representation of color #204943: hue angle of 171.22º 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 #204943 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB327367-
CMYK0.5600.080.71
HSL171.22º39.05%20.59%-
HSV(B)171.22º56.16%28.63%-
XYZ3.995.486.16-
YUV60.06131.92107.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.60%
GREEN value IS 73 (28.91% from 255) = 42.44%
BLUE value IS 67 (26.56% from 255) = 38.95%
R=18.60%
G=42.44%
B=38.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3273670.5600.080.71171.2239.0520.59
Hex204943380847ab2715
Octal40111103700101072534725
Binary100000100100110000111110000100010001111010101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204943; }

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

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

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

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

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

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

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

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