#20423D

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

Shades of Deep Teal #20423D

Tints of Deep Teal #20423D

Color information

#20423D (or 0x20423D) is unknown color: approx Deep Teal. HEX triplet: 20, 42 and 3D. RGB value is (32,66,61). Sum of RGB (Red+Green+Blue) = 32+66+61=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 66 - color contains mainly: green. Hex color #20423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20423D is #DFBDC2. Grayscale: #373737. Windows color (decimal): -14663107 or 4014624. OLE color: 4014624.

HSL color Cylindrical-coordinate representation of color #20423D: hue angle of 171.18º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #20423D is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.

Color convert

RGB326661-
CMYK0.5200.080.74
HSL171.18º34.69%19.22%-
HSV(B)171.18º51.52%25.88%-
XYZ3.394.545.11-
YUV55.26131.24111.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.13%
GREEN value IS 66 (26.17% from 255) = 41.51%
BLUE value IS 61 (24.22% from 255) = 38.36%
R=20.13%
G=41.51%
B=38.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3266610.5200.080.74171.1834.6919.22
Hex20423D34084Aab2313
Octal4010275640101122534323
Binary10000010000101111011101000100010010101010101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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