#20765E

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

Shades of Deep Sea #20765E

Tints of Deep Sea #20765E

Color information

#20765E (or 0x20765E) is unknown color: approx Deep Sea. HEX triplet: 20, 76 and 5E. RGB value is (32,118,94). Sum of RGB (Red+Green+Blue) = 32+118+94=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #20765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20765E is #DF89A1. Grayscale: #595959. Windows color (decimal): -14649762 or 6190624. OLE color: 6190624.

HSL color Cylindrical-coordinate representation of color #20765E: hue angle of 163.26º 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 #20765E is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB3211894-
CMYK0.7300.200.54
HSL163.26º57.33%29.41%-
HSV(B)163.26º72.88%46.27%-
XYZ9.0914.0712.83-
YUV89.55130.5186.95-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.11%
GREEN value IS 118 (46.48% from 255) = 48.36%
BLUE value IS 94 (37.11% from 255) = 38.52%
R=13.11%
G=48.36%
B=38.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32118940.7300.200.54163.2657.3329.41
Hex20765E4901436a3391d
Octal40166136111024662437135
Binary1000001110110101111010010010101001101101010001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20765E; }

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

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

<style>
 a { background-color: #20765E; }

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

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

<style>
 span { border-color: #20765E; }

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

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