Html Css Color HEX #4EDDB1 Medium Aquamarine

📋 copy color: '#4EDDB1'

red 78 ◦ green 221 ◦ blue 177

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

Shades of Medium Aquamarine #4EDDB1

Tints of Medium Aquamarine #4EDDB1

RGB

 RED value IS 78 (30.86% from 255) = 16.39%

 GREEN value IS 221 (86.72% from 255) = 46.43%

 BLUE value IS 177 (69.53% from 255) = 37.18%

R = 16.39%
G = 46.43%
B = 37.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#4EDDB1 (or 0x4EDDB1) is known color: Medium Aquamarine. HEX triplet: 4E, DD and B1. RGB value is (78,221,177). Sum of RGB (Red+Green+Blue) = 78+221+177=476 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.39% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDDB1 is #B1224E. Grayscale: #ADADAD. Windows color (decimal): -11608655 or 11656526. OLE color: 11656526.

HSL color Cylindrical-coordinate representation of color #4EDDB1: hue angle of 161.54º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDDB1 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 78 221 177 -
CMYK 0.65 0 0.20 0.13
HSL 161.54º 0.68% 0.59% -
HSV(B) 161.54º 0.65% 0.87% -
XYZ 36.93 56.51 50.56 -
YUV 173.23 130.12 60.08 -
System Red Green Blue C M Y K H S L
Decimal 78 221 177 0.65 0 0.20 0.13 161.54 0.68 0.59
Hex 4E DD B1 41 0 14 D A2 44 3B
Octal 116 335 261 101 0 24 15 242 104 73
Binary 1001110 11011101 10110001 1000001 0 10100 1101 10100010 1000100 111011

Color Harmonies of #4EDDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDDB1

Black with #4EDDB1

Text Example


Text Example

White with #4EDDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,221,177); }

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

background-color css

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

 a { background-color: rgb(78,221,177); }

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

border-color css

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

 span { border-color: rgb(78,221,177); }

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