#20776A

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

Shades of Deep Sea #20776A

Tints of Deep Sea #20776A

Color information

#20776A (or 0x20776A) is unknown color: approx Deep Sea. HEX triplet: 20, 77 and 6A. RGB value is (32,119,106). Sum of RGB (Red+Green+Blue) = 32+119+106=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #20776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20776A is #DF8895. Grayscale: #5B5B5B. Windows color (decimal): -14649494 or 6977312. OLE color: 6977312.

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

Color convert

RGB32119106-
CMYK0.7300.110.53
HSL171.03º57.62%29.61%-
HSV(B)171.03º73.11%46.67%-
XYZ9.7914.5415.93-
YUV91.5136.1885.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.45%
GREEN value IS 119 (46.88% from 255) = 46.30%
BLUE value IS 106 (41.80% from 255) = 41.25%
R=12.45%
G=46.30%
B=41.25%

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
Decimal321191060.7300.110.53171.0357.6229.61
Hex20776A490B35ab3a1e
Octal40167152111013652537236
Binary100000111011111010101001001010111101011010101111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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