#20765B

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

Shades of Deep Sea #20765B

Tints of Deep Sea #20765B

Color information

#20765B (or 0x20765B) is unknown color: approx Deep Sea. HEX triplet: 20, 76 and 5B. RGB value is (32,118,91). Sum of RGB (Red+Green+Blue) = 32+118+91=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #20765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20765B is #DF89A4. Grayscale: #595959. Windows color (decimal): -14649765 or 5994016. OLE color: 5994016.

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

Color convert

RGB3211891-
CMYK0.7300.230.54
HSL161.16º57.33%29.41%-
HSV(B)161.16º72.88%46.27%-
XYZ8.9614.0212.13-
YUV89.21129.0187.2-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.28%
GREEN value IS 118 (46.48% from 255) = 48.96%
BLUE value IS 91 (35.94% from 255) = 37.76%
R=13.28%
G=48.96%
B=37.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32118910.7300.230.54161.1657.3329.41
Hex20765B4901736a1391d
Octal40166133111027662417135
Binary1000001110110101101110010010101111101101010000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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