#74DEAA

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

Shades of Medium Aquamarine #74DEAA

Tints of Medium Aquamarine #74DEAA

Color information

#74DEAA (or 0x74DEAA) is unknown color: approx Medium Aquamarine. HEX triplet: 74, DE and AA. RGB value is (116,222,170). Sum of RGB (Red+Green+Blue) = 116+222+170=508 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.83% from 508); Green value is 222 (87.11% from 255 or 43.70% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 222 - color contains mainly: green. Hex color #74DEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DEAA is #8B2155. Grayscale: #B8B8B8. Windows color (decimal): -9118038 or 11198068. OLE color: 11198068.

HSL color Cylindrical-coordinate representation of color #74DEAA: hue angle of 150.57º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DEAA is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB116222170-
CMYK0.4800.230.13
HSL150.57º61.63%66.27%-
HSV(B)150.57º47.75%87.06%-
XYZ40.5858.8647.25-
YUV184.38119.8879.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.83%
GREEN value IS 222 (87.11% from 255) = 43.70%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=22.83%
G=43.70%
B=33.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162221700.4800.230.13150.5761.6366.27
Hex74DEAA30017D973e42
Octal164336252600271522776102
Binary111010011011110101010101100000101111101100101111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,222,170); }

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

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

 a { background-color: rgb(116,222,170); }

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

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

 span { border-color: rgb(116,222,170); }

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