Html Css Color HEX #4EDAAF Medium Aquamarine

📋 copy color: '#4EDAAF'

red 78 ◦ green 218 ◦ blue 175

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

Shades of Medium Aquamarine #4EDAAF

Tints of Medium Aquamarine #4EDAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.15%

R = 16.56%
G = 46.28%
B = 37.15%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#4EDAAF (or 0x4EDAAF) is known color: Medium Aquamarine. HEX triplet: 4E, DA and AF. RGB value is (78,218,175). Sum of RGB (Red+Green+Blue) = 78+218+175=471 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.56% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #4EDAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDAAF is #B12550. Grayscale: #ABABAB. Windows color (decimal): -11609425 or 11524686. OLE color: 11524686.

HSL color Cylindrical-coordinate representation of color #4EDAAF: hue angle of 161.57º 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 #4EDAAF is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 78 218 175 -
CMYK 0.64 0 0.20 0.15
HSL 161.57º 0.65% 0.58% -
HSV(B) 161.57º 0.64% 0.85% -
XYZ 35.95 54.86 49.25 -
YUV 171.24 130.12 61.5 -
System Red Green Blue C M Y K H S L
Decimal 78 218 175 0.64 0 0.20 0.15 161.57 0.65 0.58
Hex 4E DA AF 40 0 14 F A2 41 3A
Octal 116 332 257 100 0 24 17 242 101 72
Binary 1001110 11011010 10101111 1000000 0 10100 1111 10100010 1000001 111010

Color Harmonies of #4EDAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDAAF

Black with #4EDAAF

Text Example


Text Example

White with #4EDAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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