#4CF2A1

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

Shades of Medium Aquamarine #4CF2A1

Tints of Medium Aquamarine #4CF2A1

Color information

#4CF2A1 (or 0x4CF2A1) is unknown color: approx Medium Aquamarine. HEX triplet: 4C, F2 and A1. RGB value is (76,242,161). Sum of RGB (Red+Green+Blue) = 76+242+161=479 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.87% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF2A1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CF2A1 is #B30D5E. Grayscale: #B7B7B7. Windows color (decimal): -11734367 or 10613324. OLE color: 10613324.

HSL color Cylindrical-coordinate representation of color #4CF2A1: hue angle of 150.72º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF2A1 is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB76242161-
CMYK0.6900.330.05
HSL150.72º86.46%62.35%-
HSV(B)150.72º68.6%94.9%-
XYZ41.1767.6144.6-
YUV183.13115.551.59-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.87%
GREEN value IS 242 (94.92% from 255) = 50.52%
BLUE value IS 161 (63.28% from 255) = 33.61%
R=15.87%
G=50.52%
B=33.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal762421610.6900.330.05150.7286.4662.35
Hex4CF2A145021597563e
Octal114362241105041522712676
Binary1001100111100101010000110001010100001101100101111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CF2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,242,161); }

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

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

 a { background-color: rgb(76,242,161); }

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

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

 span { border-color: rgb(76,242,161); }

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