#74F0AD

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

Shades of Medium Aquamarine #74F0AD

Tints of Medium Aquamarine #74F0AD

Color information

#74F0AD (or 0x74F0AD) is unknown color: approx Medium Aquamarine. HEX triplet: 74, F0 and AD. RGB value is (116,240,173). Sum of RGB (Red+Green+Blue) = 116+240+173=529 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.93% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #74F0AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F0AD is #8B0F52. Grayscale: #C3C3C3. Windows color (decimal): -9113427 or 11399284. OLE color: 11399284.

HSL color Cylindrical-coordinate representation of color #74F0AD: hue angle of 147.58º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F0AD is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB116240173-
CMYK0.5200.280.06
HSL147.58º80.52%69.8%-
HSV(B)147.58º51.67%94.12%-
XYZ45.9169.0550.44-
YUV195.29115.4271.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.93%
GREEN value IS 240 (94.14% from 255) = 45.37%
BLUE value IS 173 (67.97% from 255) = 32.70%
R=21.93%
G=45.37%
B=32.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1162401730.5200.280.06147.5880.5269.8
Hex74F0AD3401C6945146
Octal164360255640346224121106
Binary111010011110000101011011101000111001101001010010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74F0AD; }

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

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

<style>
 a { background-color: #74F0AD; }

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

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

<style>
 span { border-color: #74F0AD; }

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

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