#20786A

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

Shades of Deep Sea #20786A

Tints of Deep Sea #20786A

Color information

#20786A (or 0x20786A) is unknown color: approx Deep Sea. HEX triplet: 20, 78 and 6A. RGB value is (32,120,106). Sum of RGB (Red+Green+Blue) = 32+120+106=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 120 - color contains mainly: green. Hex color #20786A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20786A is #DF8795. Grayscale: #5C5C5C. Windows color (decimal): -14649238 or 6977568. OLE color: 6977568.

HSL color Cylindrical-coordinate representation of color #20786A: hue angle of 170.45º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20786A is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB32120106-
CMYK0.7300.120.53
HSL170.45º57.89%29.8%-
HSV(B)170.45º73.33%47.06%-
XYZ9.9114.7815.97-
YUV92.09135.8585.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.40%
GREEN value IS 120 (47.27% from 255) = 46.51%
BLUE value IS 106 (41.80% from 255) = 41.09%
R=12.40%
G=46.51%
B=41.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal321201060.7300.120.53170.4557.8929.8
Hex20786A490C35aa3a1e
Octal40170152111014652527236
Binary100000111100011010101001001011001101011010101011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20786A; }

 p { color: rgb(32,120,106); }

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

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

 a { background-color: rgb(32,120,106); }

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

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

 span { border-color: rgb(32,120,106); }

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