#74F4AD

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

Shades of Medium Aquamarine #74F4AD

Tints of Medium Aquamarine #74F4AD

Color information

#74F4AD (or 0x74F4AD) is unknown color: approx Medium Aquamarine. HEX triplet: 74, F4 and AD. RGB value is (116,244,173). Sum of RGB (Red+Green+Blue) = 116+244+173=533 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.76% from 533); Green value is 244 (95.70% from 255 or 45.78% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 244 - color contains mainly: green. Hex color #74F4AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F4AD is #8B0B52. Grayscale: #C5C5C5. Windows color (decimal): -9112403 or 11400308. OLE color: 11400308.

HSL color Cylindrical-coordinate representation of color #74F4AD: hue angle of 146.72º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F4AD is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB116244173-
CMYK0.5200.290.04
HSL146.72º85.33%70.59%-
HSV(B)146.72º52.46%95.69%-
XYZ47.171.4350.84-
YUV197.63114.0969.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.76%
GREEN value IS 244 (95.70% from 255) = 45.78%
BLUE value IS 173 (67.97% from 255) = 32.46%
R=21.76%
G=45.78%
B=32.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1162441730.5200.290.04146.7285.3370.59
Hex74F4AD3401D4935547
Octal164364255640354223125107
Binary111010011110100101011011101000111011001001001110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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