#4EFAA5

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

Shades of Medium Aquamarine #4EFAA5

Tints of Medium Aquamarine #4EFAA5

Color information

#4EFAA5 (or 0x4EFAA5) is unknown color: approx Medium Aquamarine. HEX triplet: 4E, FA and A5. RGB value is (78,250,165). Sum of RGB (Red+Green+Blue) = 78+250+165=493 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.82% from 493); Green value is 250 (98.05% from 255 or 50.71% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFAA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4EFAA5 is #B1055A. Grayscale: #BDBDBD. Windows color (decimal): -11601243 or 10877518. OLE color: 10877518.

HSL color Cylindrical-coordinate representation of color #4EFAA5: hue angle of 150.35º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFAA5 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB78250165-
CMYK0.6900.340.02
HSL150.35º94.51%64.31%-
HSV(B)150.35º68.8%98.04%-
XYZ44.1272.7147.31-
YUV188.88114.5248.91-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.82%
GREEN value IS 250 (98.05% from 255) = 50.71%
BLUE value IS 165 (64.84% from 255) = 33.47%
R=15.82%
G=50.71%
B=33.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal782501650.6900.340.02150.3594.5164.31
Hex4EFAA5450222965f40
Octal1163722451050422226137100
Binary1001110111110101010010110001010100010101001011010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EFAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,250,165); }

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

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

 a { background-color: rgb(78,250,165); }

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

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

 span { border-color: rgb(78,250,165); }

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