#4FEFA0

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

Shades of Medium Aquamarine #4FEFA0

Tints of Medium Aquamarine #4FEFA0

Color information

#4FEFA0 (or 0x4FEFA0) is unknown color: approx Medium Aquamarine. HEX triplet: 4F, EF and A0. RGB value is (79,239,160). Sum of RGB (Red+Green+Blue) = 79+239+160=478 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.53% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEFA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4FEFA0 is #B0105F. Grayscale: #B6B6B6. Windows color (decimal): -11538528 or 10547023. OLE color: 10547023.

HSL color Cylindrical-coordinate representation of color #4FEFA0: hue angle of 150.38º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEFA0 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB79239160-
CMYK0.6700.330.06
HSL150.38º83.33%62.35%-
HSV(B)150.38º66.95%93.73%-
XYZ40.4465.9343.85-
YUV182.15115.4954.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.53%
GREEN value IS 239 (93.75% from 255) = 50%
BLUE value IS 160 (62.89% from 255) = 33.47%
R=16.53%
G=50%
B=33.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal792391600.6700.330.06150.3883.3362.35
Hex4FEFA043021696533e
Octal117357240103041622612376
Binary1001111111011111010000010000110100001110100101101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FEFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,239,160); }

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

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

 a { background-color: rgb(79,239,160); }

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

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

 span { border-color: rgb(79,239,160); }

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