#74E5A4

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

Shades of Medium Aquamarine #74E5A4

Tints of Medium Aquamarine #74E5A4

Color information

#74E5A4 (or 0x74E5A4) is unknown color: approx Medium Aquamarine. HEX triplet: 74, E5 and A4. RGB value is (116,229,164). Sum of RGB (Red+Green+Blue) = 116+229+164=509 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.79% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 164 (64.45% from 255 or 32.22% from 509); Max value from RGB is 229 - color contains mainly: green. Hex color #74E5A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E5A4 is #8B1A5B. Grayscale: #BBBBBB. Windows color (decimal): -9116252 or 10806644. OLE color: 10806644.

HSL color Cylindrical-coordinate representation of color #74E5A4: hue angle of 145.49º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E5A4 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB116229164-
CMYK0.4900.280.10
HSL145.49º68.48%67.65%-
HSV(B)145.49º49.34%89.8%-
XYZ41.9262.4344.96-
YUV187.8114.5676.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.79%
GREEN value IS 229 (89.84% from 255) = 44.99%
BLUE value IS 164 (64.45% from 255) = 32.22%
R=22.79%
G=44.99%
B=32.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1162291640.4900.280.10145.4968.4867.65
Hex74E5A43101CA914444
Octal1643452446103412221104104
Binary1110100111001011010010011000101110010101001000110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,229,164); }

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

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

 a { background-color: rgb(116,229,164); }

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

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

 span { border-color: rgb(116,229,164); }

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