#4AE0AA

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

Shades of Medium Aquamarine #4AE0AA

Tints of Medium Aquamarine #4AE0AA

Color information

#4AE0AA (or 0x4AE0AA) is unknown color: approx Medium Aquamarine. HEX triplet: 4A, E0 and AA. RGB value is (74,224,170). Sum of RGB (Red+Green+Blue) = 74+224+170=468 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.81% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE0AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AE0AA is #B51F55. Grayscale: #ADADAD. Windows color (decimal): -11870038 or 11198538. OLE color: 11198538.

HSL color Cylindrical-coordinate representation of color #4AE0AA: hue angle of 158.4º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AE0AA is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB74224170-
CMYK0.6700.240.12
HSL158.4º70.75%58.43%-
HSV(B)158.4º66.96%87.84%-
XYZ36.7457.6747.23-
YUV172.99126.357.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.81%
GREEN value IS 224 (87.89% from 255) = 47.86%
BLUE value IS 170 (66.80% from 255) = 36.32%
R=15.81%
G=47.86%
B=36.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal742241700.6700.240.12158.470.7558.43
Hex4AE0AA43018C9e473a
Octal1123402521030301423610772
Binary1001010111000001010101010000110110001100100111101000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AE0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,224,170); }

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

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

 a { background-color: rgb(74,224,170); }

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

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

 span { border-color: rgb(74,224,170); }

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