#4AF2AD

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

Shades of Medium Aquamarine #4AF2AD

Tints of Medium Aquamarine #4AF2AD

Color information

#4AF2AD (or 0x4AF2AD) is unknown color: approx Medium Aquamarine. HEX triplet: 4A, F2 and AD. RGB value is (74,242,173). Sum of RGB (Red+Green+Blue) = 74+242+173=489 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.13% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF2AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF2AD is #B50D52. Grayscale: #B8B8B8. Windows color (decimal): -11865427 or 11399754. OLE color: 11399754.

HSL color Cylindrical-coordinate representation of color #4AF2AD: hue angle of 155.36º degrees, saturation: 0.87, 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 #4AF2AD is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB74242173-
CMYK0.6900.290.05
HSL155.36º86.6%61.96%-
HSV(B)155.36º69.42%94.9%-
XYZ42.1267.9850.44-
YUV183.9121.8449.61-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.13%
GREEN value IS 242 (94.92% from 255) = 49.49%
BLUE value IS 173 (67.97% from 255) = 35.38%
R=15.13%
G=49.49%
B=35.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal742421730.6900.290.05155.3686.661.96
Hex4AF2AD4501D59b573e
Octal112362255105035523312776
Binary100101011110010101011011000101011101101100110111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,242,173); }

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

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

 a { background-color: rgb(74,242,173); }

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

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

 span { border-color: rgb(74,242,173); }

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