Html Css Color HEX #4EDCA2 Medium Aquamarine

📋 copy color: '#4EDCA2'

red 78 ◦ green 220 ◦ blue 162

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

Shades of Medium Aquamarine #4EDCA2

Tints of Medium Aquamarine #4EDCA2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.83%

 BLUE value IS 162 (63.67% from 255) = 35.22%

R = 16.96%
G = 47.83%
B = 35.22%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#4EDCA2 (or 0x4EDCA2) is known color: Medium Aquamarine. HEX triplet: 4E, DC and A2. RGB value is (78,220,162). Sum of RGB (Red+Green+Blue) = 78+220+162=460 (60% of max value = 765). Red value is 78 (30.86% from 255 or 16.96% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDCA2 is #B1235D. Grayscale: #ABABAB. Windows color (decimal): -11608926 or 10673230. OLE color: 10673230.

HSL color Cylindrical-coordinate representation of color #4EDCA2: hue angle of 155.49º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDCA2 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 78 220 162 -
CMYK 0.65 0 0.26 0.14
HSL 155.49º 0.67% 0.58% -
HSV(B) 155.49º 0.65% 0.86% -
XYZ 35.26 55.41 43.02 -
YUV 170.93 122.96 61.72 -
System Red Green Blue C M Y K H S L
Decimal 78 220 162 0.65 0 0.26 0.14 155.49 0.67 0.58
Hex 4E DC A2 41 0 1A E 9B 43 3A
Octal 116 334 242 101 0 32 16 233 103 72
Binary 1001110 11011100 10100010 1000001 0 11010 1110 10011011 1000011 111010

Color Harmonies of #4EDCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDCA2

Black with #4EDCA2

Text Example


Text Example

White with #4EDCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,220,162); }

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

background-color css

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

 a { background-color: rgb(78,220,162); }

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

border-color css

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

 span { border-color: rgb(78,220,162); }

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