Html Css Color HEX #4DEDAB Medium Aquamarine

📋 copy color: '#4DEDAB'

red 77 ◦ green 237 ◦ blue 171

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

Shades of Medium Aquamarine #4DEDAB

Tints of Medium Aquamarine #4DEDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.26%

R = 15.88%
G = 48.87%
B = 35.26%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#4DEDAB (or 0x4DEDAB) is known color: Medium Aquamarine. HEX triplet: 4D, ED and AB. RGB value is (77,237,171). Sum of RGB (Red+Green+Blue) = 77+237+171=485 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.88% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #4DEDAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DEDAB is #B21254. Grayscale: #B5B5B5. Windows color (decimal): -11670101 or 11267405. OLE color: 11267405.

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

Color convert

RGB 77 237 171 -
CMYK 0.68 0 0.28 0.07
HSL 155.25º 0.82% 0.62% -
HSV(B) 155.25º 0.68% 0.93% -
XYZ 40.7 65.09 48.95 -
YUV 181.64 121.99 53.37 -
System Red Green Blue C M Y K H S L
Decimal 77 237 171 0.68 0 0.28 0.07 155.25 0.82 0.62
Hex 4D ED AB 44 0 1C 7 9B 52 3E
Octal 115 355 253 104 0 34 7 233 122 76
Binary 1001101 11101101 10101011 1000100 0 11100 111 10011011 1010010 111110

Color Harmonies of #4DEDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEDAB

Black with #4DEDAB

Text Example


Text Example

White with #4DEDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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