#20786B

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

Shades of Deep Sea #20786B

Tints of Deep Sea #20786B

Color information

#20786B (or 0x20786B) is unknown color: approx Deep Sea. HEX triplet: 20, 78 and 6B. RGB value is (32,120,107). Sum of RGB (Red+Green+Blue) = 32+120+107=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 120 (47.27% from 255 or 46.33% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 120 - color contains mainly: green. Hex color #20786B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20786B is #DF8794. Grayscale: #5C5C5C. Windows color (decimal): -14649237 or 7043104. OLE color: 7043104.

HSL color Cylindrical-coordinate representation of color #20786B: hue angle of 171.14º 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 #20786B is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB32120107-
CMYK0.7300.110.53
HSL171.14º57.89%29.8%-
HSV(B)171.14º73.33%47.06%-
XYZ9.9714.816.24-
YUV92.21136.3585.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.36%
GREEN value IS 120 (47.27% from 255) = 46.33%
BLUE value IS 107 (42.19% from 255) = 41.31%
R=12.36%
G=46.33%
B=41.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal321201070.7300.110.53171.1457.8929.8
Hex20786B490B35ab3a1e
Octal40170153111013652537236
Binary100000111100011010111001001010111101011010101111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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