#20766A

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

Shades of Deep Sea #20766A

Tints of Deep Sea #20766A

Color information

#20766A (or 0x20766A) is unknown color: approx Deep Sea. HEX triplet: 20, 76 and 6A. RGB value is (32,118,106). Sum of RGB (Red+Green+Blue) = 32+118+106=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #20766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20766A is #DF8995. Grayscale: #5A5A5A. Windows color (decimal): -14649750 or 6977056. OLE color: 6977056.

HSL color Cylindrical-coordinate representation of color #20766A: hue angle of 171.63º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20766A is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB32118106-
CMYK0.7300.100.54
HSL171.63º57.33%29.41%-
HSV(B)171.63º72.88%46.27%-
XYZ9.6814.315.89-
YUV90.92136.5185.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.5%
GREEN value IS 118 (46.48% from 255) = 46.09%
BLUE value IS 106 (41.80% from 255) = 41.41%
R=12.5%
G=46.09%
B=41.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal321181060.7300.100.54171.6357.3329.41
Hex20766A490A36ac391d
Octal40166152111012662547135
Binary100000111011011010101001001010101101101010110011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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