#4DECB1

Color #4DECB1 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #4DECB1

Tints of Medium Aquamarine #4DECB1

Color information

#4DECB1 (or 0x4DECB1) is unknown color: approx Medium Aquamarine. HEX triplet: 4D, EC and B1. RGB value is (77,236,177). Sum of RGB (Red+Green+Blue) = 77+236+177=490 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.71% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #4DECB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DECB1 is #B2134E. Grayscale: #B5B5B5. Windows color (decimal): -11670351 or 11660365. OLE color: 11660365.

HSL color Cylindrical-coordinate representation of color #4DECB1: hue angle of 157.74º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DECB1 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB77236177-
CMYK0.6700.250.07
HSL157.74º80.71%61.37%-
HSV(B)157.74º67.37%92.55%-
XYZ40.9964.7451.93-
YUV181.73125.3253.3-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.71%
GREEN value IS 236 (92.58% from 255) = 48.16%
BLUE value IS 177 (69.53% from 255) = 36.12%
R=15.71%
G=48.16%
B=36.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal772361770.6700.250.07157.7480.7161.37
Hex4DECB14301979e513d
Octal115354261103031723612175
Binary100110111101100101100011000011011001111100111101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DECB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4DECB1; }

 p { color: rgb(77,236,177); }

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

<style>
 a { background-color: #4DECB1; }

 a { background-color: rgb(77,236,177); }

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

<style>
 span { border-color: #4DECB1; }

 span { border-color: rgb(77,236,177); }

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