#204541

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

Shades of Deep Teal #204541

Tints of Deep Teal #204541

Color information

#204541 (or 0x204541) is unknown color: approx Deep Teal. HEX triplet: 20, 45 and 41. RGB value is (32,69,65). Sum of RGB (Red+Green+Blue) = 32+69+65=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 69 - color contains mainly: green. Hex color #204541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204541 is #DFBABE. Grayscale: #393939. Windows color (decimal): -14662335 or 4277536. OLE color: 4277536.

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

Color convert

RGB326965-
CMYK0.5400.060.73
HSL173.51º36.63%19.8%-
HSV(B)173.51º53.62%27.06%-
XYZ3.684.945.76-
YUV57.48132.24109.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.28%
GREEN value IS 69 (27.34% from 255) = 41.57%
BLUE value IS 65 (25.78% from 255) = 39.16%
R=19.28%
G=41.57%
B=39.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3269650.5400.060.73173.5136.6319.8
Hex204541360649ae2514
Octal4010510166061112564524
Binary10000010001011000001110110011010010011010111010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204541; }

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

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

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

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

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

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

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

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