#4AF0AD

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

Shades of Medium Aquamarine #4AF0AD

Tints of Medium Aquamarine #4AF0AD

Color information

#4AF0AD (or 0x4AF0AD) is unknown color: approx Medium Aquamarine. HEX triplet: 4A, F0 and AD. RGB value is (74,240,173). Sum of RGB (Red+Green+Blue) = 74+240+173=487 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.20% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF0AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF0AD is #B50F52. Grayscale: #B6B6B6. Windows color (decimal): -11865939 or 11399242. OLE color: 11399242.

HSL color Cylindrical-coordinate representation of color #4AF0AD: hue angle of 155.78º 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 #4AF0AD is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB74240173-
CMYK0.6900.280.06
HSL155.78º84.69%61.57%-
HSV(B)155.78º69.17%94.12%-
XYZ41.5366.7950.24-
YUV182.73122.550.45-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.20%
GREEN value IS 240 (94.14% from 255) = 49.28%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=15.20%
G=49.28%
B=35.52%

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
Decimal742401730.6900.280.06155.7884.6961.57
Hex4AF0AD4501C69c553e
Octal112360255105034623412576
Binary100101011110000101011011000101011100110100111001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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