Html Css Color HEX #4DEDA8 Medium Aquamarine

📋 copy color: '#4DEDA8'

red 77 ◦ green 237 ◦ blue 168

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

Shades of Medium Aquamarine #4DEDA8

Tints of Medium Aquamarine #4DEDA8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.17%

 BLUE value IS 168 (66.02% from 255) = 34.85%

R = 15.98%
G = 49.17%
B = 34.85%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#4DEDA8 (or 0x4DEDA8) is known color: Medium Aquamarine. HEX triplet: 4D, ED and A8. RGB value is (77,237,168). Sum of RGB (Red+Green+Blue) = 77+237+168=482 (63% of max value = 765). Red value is 77 (30.47% from 255 or 15.98% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 237 - color contains mainly: green. Hex color #4DEDA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DEDA8 is #B21257. Grayscale: #B5B5B5. Windows color (decimal): -11670104 or 11070797. OLE color: 11070797.

HSL color Cylindrical-coordinate representation of color #4DEDA8: hue angle of 154.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DEDA8 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 77 237 168 -
CMYK 0.68 0 0.29 0.07
HSL 154.13º 0.82% 0.62% -
HSV(B) 154.13º 0.68% 0.93% -
XYZ 40.41 64.97 47.46 -
YUV 181.29 120.49 53.61 -
System Red Green Blue C M Y K H S L
Decimal 77 237 168 0.68 0 0.29 0.07 154.13 0.82 0.62
Hex 4D ED A8 44 0 1D 7 9A 52 3E
Octal 115 355 250 104 0 35 7 232 122 76
Binary 1001101 11101101 10101000 1000100 0 11101 111 10011010 1010010 111110

Color Harmonies of #4DEDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEDA8

Black with #4DEDA8

Text Example


Text Example

White with #4DEDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,237,168); }

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

background-color css

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

 a { background-color: rgb(77,237,168); }

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

border-color css

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

 span { border-color: rgb(77,237,168); }

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