#74DEAC

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

Shades of Medium Aquamarine #74DEAC

Tints of Medium Aquamarine #74DEAC

Color information

#74DEAC (or 0x74DEAC) is unknown color: approx Medium Aquamarine. HEX triplet: 74, DE and AC. RGB value is (116,222,172). Sum of RGB (Red+Green+Blue) = 116+222+172=510 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.75% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 222 - color contains mainly: green. Hex color #74DEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DEAC is #8B2153. Grayscale: #B8B8B8. Windows color (decimal): -9118036 or 11329140. OLE color: 11329140.

HSL color Cylindrical-coordinate representation of color #74DEAC: hue angle of 151.7º 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 #74DEAC is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB116222172-
CMYK0.4800.230.13
HSL151.7º61.63%66.27%-
HSV(B)151.7º47.75%87.06%-
XYZ40.7758.9348.26-
YUV184.61120.8879.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.75%
GREEN value IS 222 (87.11% from 255) = 43.53%
BLUE value IS 172 (67.58% from 255) = 33.73%
R=22.75%
G=43.53%
B=33.73%

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
Decimal1162221720.4800.230.13151.761.6366.27
Hex74DEAC30017D983e42
Octal164336254600271523076102
Binary111010011011110101011001100000101111101100110001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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