#204B45

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

Shades of Deep Teal #204B45

Tints of Deep Teal #204B45

Color information

#204B45 (or 0x204B45) is unknown color: approx Deep Teal. HEX triplet: 20, 4B and 45. RGB value is (32,75,69). Sum of RGB (Red+Green+Blue) = 32+75+69=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 69 (27.34% from 255 or 39.20% from 176); Max value from RGB is 75 - color contains mainly: green. Hex color #204B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204B45 is #DFB4BA. Grayscale: #3D3D3D. Windows color (decimal): -14660795 or 4541216. OLE color: 4541216.

HSL color Cylindrical-coordinate representation of color #204B45: hue angle of 171.63º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #204B45 is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB327569-
CMYK0.5700.080.71
HSL171.63º40.19%20.98%-
HSV(B)171.63º57.33%29.41%-
XYZ4.195.776.52-
YUV61.46132.25106.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.18%
GREEN value IS 75 (29.69% from 255) = 42.61%
BLUE value IS 69 (27.34% from 255) = 39.20%
R=18.18%
G=42.61%
B=39.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3275690.5700.080.71171.6340.1920.98
Hex204B45390847ac2815
Octal40113105710101072545025
Binary100000100101110001011110010100010001111010110010100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204B45; }

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

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

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

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

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

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

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

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