#20796B

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

Shades of Deep Sea #20796B

Tints of Deep Sea #20796B

Color information

#20796B (or 0x20796B) is unknown color: approx Deep Sea. HEX triplet: 20, 79 and 6B. RGB value is (32,121,107). Sum of RGB (Red+Green+Blue) = 32+121+107=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 121 - color contains mainly: green. Hex color #20796B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20796B is #DF8694. Grayscale: #5C5C5C. Windows color (decimal): -14648981 or 7043360. OLE color: 7043360.

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

Color convert

RGB32121107-
CMYK0.7400.120.53
HSL170.56º58.17%30%-
HSV(B)170.56º73.55%47.45%-
XYZ10.0915.0416.28-
YUV92.79136.0184.64-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.31%
GREEN value IS 121 (47.66% from 255) = 46.54%
BLUE value IS 107 (42.19% from 255) = 41.15%
R=12.31%
G=46.54%
B=41.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal321211070.7400.120.53170.5658.1730
Hex20796B4A0C35ab3a1e
Octal40171153112014652537236
Binary100000111100111010111001010011001101011010101111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20796B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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