#20453D

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

Shades of Deep Teal #20453D

Tints of Deep Teal #20453D

Color information

#20453D (or 0x20453D) is unknown color: approx Deep Teal. HEX triplet: 20, 45 and 3D. RGB value is (32,69,61). Sum of RGB (Red+Green+Blue) = 32+69+61=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 69 - color contains mainly: green. Hex color #20453D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20453D is #DFBAC2. Grayscale: #393939. Windows color (decimal): -14662339 or 4015392. OLE color: 4015392.

HSL color Cylindrical-coordinate representation of color #20453D: hue angle of 167.03º 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 #20453D is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB326961-
CMYK0.5400.120.73
HSL167.03º36.63%19.8%-
HSV(B)167.03º53.62%27.06%-
XYZ3.574.95.17-
YUV57.02130.24110.15-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.75%
GREEN value IS 69 (27.34% from 255) = 42.59%
BLUE value IS 61 (24.22% from 255) = 37.65%
R=19.75%
G=42.59%
B=37.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3269610.5400.120.73167.0336.6319.8
Hex20453D360C49a72514
Octal4010575660141112474524
Binary10000010001011111011101100110010010011010011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20453D; }

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

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

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

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

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

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

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

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