Html Css Color HEX #4EDEAF Medium Aquamarine

📋 copy color: '#4EDEAF'

red 78 ◦ green 222 ◦ blue 175

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

Shades of Medium Aquamarine #4EDEAF

Tints of Medium Aquamarine #4EDEAF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.74%

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

R = 16.42%
G = 46.74%
B = 36.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#4EDEAF (or 0x4EDEAF) is known color: Medium Aquamarine. HEX triplet: 4E, DE and AF. RGB value is (78,222,175). Sum of RGB (Red+Green+Blue) = 78+222+175=475 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.42% from 475); Green value is 222 (87.11% from 255 or 46.74% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 222 - color contains mainly: green. Hex color #4EDEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDEAF is #B12150. Grayscale: #ADADAD. Windows color (decimal): -11608401 or 11525710. OLE color: 11525710.

HSL color Cylindrical-coordinate representation of color #4EDEAF: hue angle of 160.42º degrees, saturation: 0.69, 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 #4EDEAF is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 78 222 175 -
CMYK 0.65 0 0.21 0.13
HSL 160.42º 0.69% 0.59% -
HSV(B) 160.42º 0.65% 0.87% -
XYZ 37 56.96 49.6 -
YUV 173.59 128.79 59.82 -
System Red Green Blue C M Y K H S L
Decimal 78 222 175 0.65 0 0.21 0.13 160.42 0.69 0.59
Hex 4E DE AF 41 0 15 D A0 45 3B
Octal 116 336 257 101 0 25 15 240 105 73
Binary 1001110 11011110 10101111 1000001 0 10101 1101 10100000 1000101 111011

Color Harmonies of #4EDEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDEAF

Black with #4EDEAF

Text Example


Text Example

White with #4EDEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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