#20755B

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

Shades of Deep Sea #20755B

Tints of Deep Sea #20755B

Color information

#20755B (or 0x20755B) is unknown color: approx Deep Sea. HEX triplet: 20, 75 and 5B. RGB value is (32,117,91). Sum of RGB (Red+Green+Blue) = 32+117+91=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #20755B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20755B is #DF8AA4. Grayscale: #585858. Windows color (decimal): -14650021 or 5993760. OLE color: 5993760.

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

Color convert

RGB3211791-
CMYK0.7300.220.54
HSL161.65º57.05%29.22%-
HSV(B)161.65º72.65%45.88%-
XYZ8.8513.7812.09-
YUV88.62129.3487.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.33%
GREEN value IS 117 (46.09% from 255) = 48.75%
BLUE value IS 91 (35.94% from 255) = 37.92%
R=13.33%
G=48.75%
B=37.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32117910.7300.220.54161.6557.0529.22
Hex20755B4901636a2391d
Octal40165133111026662427135
Binary1000001110101101101110010010101101101101010001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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