Html Css Color HEX #4DECA4 Medium Aquamarine

📋 copy color: '#4DECA4'

red 77 ◦ green 236 ◦ blue 164

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

Shades of Medium Aquamarine #4DECA4

Tints of Medium Aquamarine #4DECA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.38%

R = 16.14%
G = 49.48%
B = 34.38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#4DECA4 (or 0x4DECA4) is known color: Medium Aquamarine. HEX triplet: 4D, EC and A4. RGB value is (77,236,164). Sum of RGB (Red+Green+Blue) = 77+236+164=477 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.14% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 164 (64.45% from 255 or 34.38% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #4DECA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DECA4 is #B2135B. Grayscale: #B4B4B4. Windows color (decimal): -11670364 or 10808397. OLE color: 10808397.

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

Color convert

RGB 77 236 164 -
CMYK 0.67 0 0.31 0.07
HSL 152.83º 0.81% 0.61% -
HSV(B) 152.83º 0.67% 0.93% -
XYZ 39.76 64.25 45.43 -
YUV 180.25 118.82 54.35 -
System Red Green Blue C M Y K H S L
Decimal 77 236 164 0.67 0 0.31 0.07 152.83 0.81 0.61
Hex 4D EC A4 43 0 1F 7 99 51 3D
Octal 115 354 244 103 0 37 7 231 121 75
Binary 1001101 11101100 10100100 1000011 0 11111 111 10011001 1010001 111101

Color Harmonies of #4DECA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DECA4

Black with #4DECA4

Text Example


Text Example

White with #4DECA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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