Html Css Color HEX #4DECA0 Medium Aquamarine

📋 copy color: '#4DECA0'

red 77 ◦ green 236 ◦ blue 160

#4DECA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #4DECA0

Tints of Medium Aquamarine #4DECA0

RGB

 RED value IS 77 (30.47% from 255) = 16.28%

 GREEN value IS 236 (92.58% from 255) = 49.89%

 BLUE value IS 160 (62.89% from 255) = 33.83%

R = 16.28%
G = 49.89%
B = 33.83%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#4DECA0 (or 0x4DECA0) is known color: Medium Aquamarine. HEX triplet: 4D, EC and A0. RGB value is (77,236,160). Sum of RGB (Red+Green+Blue) = 77+236+160=473 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.28% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #4DECA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DECA0 is #B2135F. Grayscale: #B3B3B3. Windows color (decimal): -11670368 or 10546253. OLE color: 10546253.

HSL color Cylindrical-coordinate representation of color #4DECA0: hue angle of 151.32º 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 #4DECA0 is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 77 236 160 -
CMYK 0.67 0 0.32 0.07
HSL 151.32º 0.81% 0.61% -
HSV(B) 151.32º 0.67% 0.93% -
XYZ 39.4 64.11 43.55 -
YUV 179.8 116.82 54.68 -
System Red Green Blue C M Y K H S L
Decimal 77 236 160 0.67 0 0.32 0.07 151.32 0.81 0.61
Hex 4D EC A0 43 0 20 7 97 51 3D
Octal 115 354 240 103 0 40 7 227 121 75
Binary 1001101 11101100 10100000 1000011 0 100000 111 10010111 1010001 111101

Color Harmonies of #4DECA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DECA0

Black with #4DECA0

Text Example


Text Example

White with #4DECA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4DECA0;
 }
 .AnyTagClassName
 {
   color: #4DECA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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