#74DDAC

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

Shades of Medium Aquamarine #74DDAC

Tints of Medium Aquamarine #74DDAC

Color information

#74DDAC (or 0x74DDAC) is unknown color: approx Medium Aquamarine. HEX triplet: 74, DD and AC. RGB value is (116,221,172). Sum of RGB (Red+Green+Blue) = 116+221+172=509 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.79% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #74DDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DDAC is #8B2253. Grayscale: #B8B8B8. Windows color (decimal): -9118292 or 11328884. OLE color: 11328884.

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

Color convert

RGB116221172-
CMYK0.4800.220.13
HSL152º60.69%66.08%-
HSV(B)152º47.51%86.67%-
XYZ40.5158.448.17-
YUV184.02121.2179.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.79%
GREEN value IS 221 (86.72% from 255) = 43.42%
BLUE value IS 172 (67.58% from 255) = 33.79%
R=22.79%
G=43.42%
B=33.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162211720.4800.220.1315260.6966.08
Hex74DDAC30016D983d42
Octal164335254600261523075102
Binary111010011011101101011001100000101101101100110001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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