#74DFA9

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

Shades of Medium Aquamarine #74DFA9

Tints of Medium Aquamarine #74DFA9

Color information

#74DFA9 (or 0x74DFA9) is unknown color: approx Medium Aquamarine. HEX triplet: 74, DF and A9. RGB value is (116,223,169). Sum of RGB (Red+Green+Blue) = 116+223+169=508 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.83% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #74DFA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DFA9 is #8B2056. Grayscale: #B8B8B8. Windows color (decimal): -9117783 or 11132788. OLE color: 11132788.

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

Color convert

RGB116223169-
CMYK0.4800.240.13
HSL149.72º62.57%66.47%-
HSV(B)149.72º47.98%87.45%-
XYZ40.7559.3546.84-
YUV184.85119.0578.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.83%
GREEN value IS 223 (87.5% from 255) = 43.90%
BLUE value IS 169 (66.41% from 255) = 33.27%
R=22.83%
G=43.90%
B=33.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162231690.4800.240.13149.7262.5766.47
Hex74DFA930018D963f42
Octal164337251600301522677102
Binary111010011011111101010011100000110001101100101101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,223,169); }

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

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

 a { background-color: rgb(116,223,169); }

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

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

 span { border-color: rgb(116,223,169); }

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