#20805D

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

Shades of Deep Sea #20805D

Tints of Deep Sea #20805D

Color information

#20805D (or 0x20805D) is unknown color: approx Deep Sea. HEX triplet: 20, 80 and 5D. RGB value is (32,128,93). Sum of RGB (Red+Green+Blue) = 32+128+93=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 128 (50.39% from 255 or 50.59% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 128 - color contains mainly: green. Hex color #20805D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20805D is #DF7FA2. Grayscale: #5F5F5F. Windows color (decimal): -14647203 or 6127648. OLE color: 6127648.

HSL color Cylindrical-coordinate representation of color #20805D: hue angle of 158.12º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20805D is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB3212893-
CMYK0.7500.270.50
HSL158.12º60%31.37%-
HSV(B)158.12º75%50.2%-
XYZ10.2916.5413.01-
YUV95.31126.782.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.65%
GREEN value IS 128 (50.39% from 255) = 50.59%
BLUE value IS 93 (36.72% from 255) = 36.76%
R=12.65%
G=50.59%
B=36.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal32128930.7500.270.50158.126031.37
Hex20805D4B01B329e3c1f
Octal40200135113033622367437
Binary10000010000000101110110010110110111100101001111011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20805D; }

 p { color: rgb(32,128,93); }

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

<style>
 a { background-color: #20805D; }

 a { background-color: rgb(32,128,93); }

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

<style>
 span { border-color: #20805D; }

 span { border-color: rgb(32,128,93); }

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