#74E0AC

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

Shades of Medium Aquamarine #74E0AC

Tints of Medium Aquamarine #74E0AC

Color information

#74E0AC (or 0x74E0AC) is unknown color: approx Medium Aquamarine. HEX triplet: 74, E0 and AC. RGB value is (116,224,172). Sum of RGB (Red+Green+Blue) = 116+224+172=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #74E0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E0AC is #8B1F53. Grayscale: #B9B9B9. Windows color (decimal): -9117524 or 11329652. OLE color: 11329652.

HSL color Cylindrical-coordinate representation of color #74E0AC: hue angle of 151.11º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74E0AC is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB116224172-
CMYK0.4800.230.12
HSL151.11º63.53%66.67%-
HSV(B)151.11º48.21%87.84%-
XYZ41.36048.43-
YUV185.78120.2278.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.66%
GREEN value IS 224 (87.89% from 255) = 43.75%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=22.66%
G=43.75%
B=33.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1162241720.4800.230.12151.1163.5366.67
Hex74E0AC30017C974043
Octal1643402546002714227100103
Binary1110100111000001010110011000001011111001001011110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,224,172); }

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

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

 a { background-color: rgb(116,224,172); }

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

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

 span { border-color: rgb(116,224,172); }

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