#4EF1AE

Color #4EF1AE Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #4EF1AE

Tints of Medium Aquamarine #4EF1AE

Color information

#4EF1AE (or 0x4EF1AE) is unknown color: approx Medium Aquamarine. HEX triplet: 4E, F1 and AE. RGB value is (78,241,174). Sum of RGB (Red+Green+Blue) = 78+241+174=493 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.82% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #4EF1AE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4EF1AE is #B10E51. Grayscale: #B8B8B8. Windows color (decimal): -11603538 or 11465038. OLE color: 11465038.

HSL color Cylindrical-coordinate representation of color #4EF1AE: hue angle of 155.34º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EF1AE is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB78241174-
CMYK0.6800.280.05
HSL155.34º85.34%62.55%-
HSV(B)155.34º67.63%94.51%-
XYZ42.2467.5950.86-
YUV184.6212251.95-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.82%
GREEN value IS 241 (94.53% from 255) = 48.88%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=15.82%
G=48.88%
B=35.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal782411740.6800.280.05155.3485.3462.55
Hex4EF1AE4401C59b553f
Octal116361256104034523312577
Binary100111011110001101011101000100011100101100110111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EF1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,241,174); }

 H1.HeaderClassName
 {
   color: #4EF1AE;
 }
 .AnyTagClassName
 {
   color: #4EF1AE;
 }
</style>
background-color css

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

 a { background-color: rgb(78,241,174); }

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

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

 span { border-color: rgb(78,241,174); }

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