#74DDAE

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

Shades of Medium Aquamarine #74DDAE

Tints of Medium Aquamarine #74DDAE

Color information

#74DDAE (or 0x74DDAE) is unknown color: approx Medium Aquamarine. HEX triplet: 74, DD and AE. RGB value is (116,221,174). Sum of RGB (Red+Green+Blue) = 116+221+174=511 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.70% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #74DDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DDAE is #8B2251. Grayscale: #B8B8B8. Windows color (decimal): -9118290 or 11459956. OLE color: 11459956.

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

Color convert

RGB116221174-
CMYK0.4800.210.13
HSL153.14º60.69%66.08%-
HSV(B)153.14º47.51%86.67%-
XYZ40.758.4849.19-
YUV184.25122.2179.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.70%
GREEN value IS 221 (86.72% from 255) = 43.25%
BLUE value IS 174 (68.36% from 255) = 34.05%
R=22.70%
G=43.25%
B=34.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162211740.4800.210.13153.1460.6966.08
Hex74DDAE30015D993d42
Octal164335256600251523175102
Binary111010011011101101011101100000101011101100110011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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