#74F2AD

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

Shades of Medium Aquamarine #74F2AD

Tints of Medium Aquamarine #74F2AD

Color information

#74F2AD (or 0x74F2AD) is unknown color: approx Medium Aquamarine. HEX triplet: 74, F2 and AD. RGB value is (116,242,173). Sum of RGB (Red+Green+Blue) = 116+242+173=531 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.85% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #74F2AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F2AD is #8B0D52. Grayscale: #C4C4C4. Windows color (decimal): -9112915 or 11399796. OLE color: 11399796.

HSL color Cylindrical-coordinate representation of color #74F2AD: hue angle of 147.14º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F2AD is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB116242173-
CMYK0.5200.290.05
HSL147.14º82.89%70.2%-
HSV(B)147.14º52.07%94.9%-
XYZ46.570.2350.64-
YUV196.46114.7670.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.85%
GREEN value IS 242 (94.92% from 255) = 45.57%
BLUE value IS 173 (67.97% from 255) = 32.58%
R=21.85%
G=45.57%
B=32.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1162421730.5200.290.05147.1482.8970.2
Hex74F2AD3401D5935346
Octal164362255640355223123106
Binary111010011110010101011011101000111011011001001110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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