#4FF2AC

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

Shades of Medium Aquamarine #4FF2AC

Tints of Medium Aquamarine #4FF2AC

Color information

#4FF2AC (or 0x4FF2AC) is unknown color: approx Medium Aquamarine. HEX triplet: 4F, F2 and AC. RGB value is (79,242,172). Sum of RGB (Red+Green+Blue) = 79+242+172=493 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.02% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #4FF2AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4FF2AC is #B00D53. Grayscale: #B9B9B9. Windows color (decimal): -11537748 or 11334223. OLE color: 11334223.

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

Color convert

RGB79242172-
CMYK0.6700.290.05
HSL154.23º86.24%62.94%-
HSV(B)154.23º67.36%94.9%-
XYZ42.4268.1549.95-
YUV185.28120.552.19-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.02%
GREEN value IS 242 (94.92% from 255) = 49.09%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=16.02%
G=49.09%
B=34.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal792421720.6700.290.05154.2386.2462.94
Hex4FF2AC4301D59a563f
Octal117362254103035523212677
Binary100111111110010101011001000011011101101100110101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FF2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,242,172); }

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

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

 a { background-color: rgb(79,242,172); }

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

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

 span { border-color: rgb(79,242,172); }

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