#4AF0AE

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

Shades of Medium Aquamarine #4AF0AE

Tints of Medium Aquamarine #4AF0AE

Color information

#4AF0AE (or 0x4AF0AE) is unknown color: approx Medium Aquamarine. HEX triplet: 4A, F0 and AE. RGB value is (74,240,174). Sum of RGB (Red+Green+Blue) = 74+240+174=488 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.16% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF0AE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF0AE is #B50F51. Grayscale: #B6B6B6. Windows color (decimal): -11865938 or 11464778. OLE color: 11464778.

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

Color convert

RGB74240174-
CMYK0.6900.280.06
HSL156.14º84.69%61.57%-
HSV(B)156.14º69.17%94.12%-
XYZ41.6266.8350.75-
YUV182.8412350.37-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.16%
GREEN value IS 240 (94.14% from 255) = 49.18%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=15.16%
G=49.18%
B=35.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal742401740.6900.280.06156.1484.6961.57
Hex4AF0AE4501C69c553e
Octal112360256105034623412576
Binary100101011110000101011101000101011100110100111001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,240,174); }

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

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

 a { background-color: rgb(74,240,174); }

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

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

 span { border-color: rgb(74,240,174); }

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