#204642

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

Shades of Deep Teal #204642

Tints of Deep Teal #204642

Color information

#204642 (or 0x204642) is unknown color: approx Deep Teal. HEX triplet: 20, 46 and 42. RGB value is (32,70,66). Sum of RGB (Red+Green+Blue) = 32+70+66=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 70 - color contains mainly: green. Hex color #204642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204642 is #DFB9BD. Grayscale: #3A3A3A. Windows color (decimal): -14662078 or 4343328. OLE color: 4343328.

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

Color convert

RGB327066-
CMYK0.5400.060.73
HSL173.68º37.25%20%-
HSV(B)173.68º54.29%27.45%-
XYZ3.775.085.94-
YUV58.18132.41109.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.05%
GREEN value IS 70 (27.73% from 255) = 41.67%
BLUE value IS 66 (26.17% from 255) = 39.29%
R=19.05%
G=41.67%
B=39.29%

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
Decimal3270660.5400.060.73173.6837.2520
Hex204642360649ae2514
Octal4010610266061112564524
Binary10000010001101000010110110011010010011010111010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204642; }

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

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

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

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

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

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

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

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