#204742

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

Shades of Deep Teal #204742

Tints of Deep Teal #204742

Color information

#204742 (or 0x204742) is unknown color: approx Deep Teal. HEX triplet: 20, 47 and 42. RGB value is (32,71,66). Sum of RGB (Red+Green+Blue) = 32+71+66=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 71 - color contains mainly: green. Hex color #204742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204742 is #DFB8BD. Grayscale: #3A3A3A. Windows color (decimal): -14661822 or 4343584. OLE color: 4343584.

HSL color Cylindrical-coordinate representation of color #204742: hue angle of 172.31º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #204742 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB327166-
CMYK0.5500.070.72
HSL172.31º37.86%20.2%-
HSV(B)172.31º54.93%27.84%-
XYZ3.835.215.96-
YUV58.77132.08108.91-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.93%
GREEN value IS 71 (28.12% from 255) = 42.01%
BLUE value IS 66 (26.17% from 255) = 39.05%
R=18.93%
G=42.01%
B=39.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3271660.5500.070.72172.3137.8620.2
Hex204742370748ac2614
Octal4010710267071102544624
Binary10000010001111000010110111011110010001010110010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204742; }

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

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

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

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

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

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

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

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