Html Css Color HEX #4EDAAB Medium Aquamarine

📋 copy color: '#4EDAAB'

red 78 ◦ green 218 ◦ blue 171

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

Shades of Medium Aquamarine #4EDAAB

Tints of Medium Aquamarine #4EDAAB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.68%

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

R = 16.7%
G = 46.68%
B = 36.62%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#4EDAAB (or 0x4EDAAB) is known color: Medium Aquamarine. HEX triplet: 4E, DA and AB. RGB value is (78,218,171). Sum of RGB (Red+Green+Blue) = 78+218+171=467 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.70% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #4EDAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDAAB is #B12554. Grayscale: #AAAAAA. Windows color (decimal): -11609429 or 11262542. OLE color: 11262542.

HSL color Cylindrical-coordinate representation of color #4EDAAB: hue angle of 159.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EDAAB is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 78 218 171 -
CMYK 0.64 0 0.22 0.15
HSL 159.86º 0.65% 0.58% -
HSV(B) 159.86º 0.64% 0.85% -
XYZ 35.56 54.7 47.21 -
YUV 170.78 128.12 61.82 -
System Red Green Blue C M Y K H S L
Decimal 78 218 171 0.64 0 0.22 0.15 159.86 0.65 0.58
Hex 4E DA AB 40 0 16 F A0 41 3A
Octal 116 332 253 100 0 26 17 240 101 72
Binary 1001110 11011010 10101011 1000000 0 10110 1111 10100000 1000001 111010

Color Harmonies of #4EDAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDAAB

Black with #4EDAAB

Text Example


Text Example

White with #4EDAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,218,171); }

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

background-color css

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

 a { background-color: rgb(78,218,171); }

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

border-color css

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

 span { border-color: rgb(78,218,171); }

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