#20755F

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

Shades of Deep Sea #20755F

Tints of Deep Sea #20755F

Color information

#20755F (or 0x20755F) is unknown color: approx Deep Sea. HEX triplet: 20, 75 and 5F. RGB value is (32,117,95). Sum of RGB (Red+Green+Blue) = 32+117+95=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #20755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20755F is #DF8AA0. Grayscale: #595959. Windows color (decimal): -14650017 or 6255904. OLE color: 6255904.

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

Color convert

RGB3211795-
CMYK0.7300.190.54
HSL164.47º57.05%29.22%-
HSV(B)164.47º72.65%45.88%-
XYZ9.0213.8613.03-
YUV89.08131.3487.29-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.11%
GREEN value IS 117 (46.09% from 255) = 47.95%
BLUE value IS 95 (37.5% from 255) = 38.93%
R=13.11%
G=47.95%
B=38.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32117950.7300.190.54164.4757.0529.22
Hex20755F4901336a4391d
Octal40165137111023662447135
Binary1000001110101101111110010010100111101101010010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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