#74DA9D

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

Shades of Medium Aquamarine #74DA9D

Tints of Medium Aquamarine #74DA9D

Color information

#74DA9D (or 0x74DA9D) is unknown color: approx Medium Aquamarine. HEX triplet: 74, DA and 9D. RGB value is (116,218,157). Sum of RGB (Red+Green+Blue) = 116+218+157=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #74DA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DA9D is #8B2562. Grayscale: #B4B4B4. Windows color (decimal): -9119075 or 10345076. OLE color: 10345076.

HSL color Cylindrical-coordinate representation of color #74DA9D: hue angle of 144.12º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DA9D is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB116218157-
CMYK0.4700.280.15
HSL144.12º57.95%65.49%-
HSV(B)144.12º46.79%85.49%-
XYZ38.3656.2940.74-
YUV180.55114.7181.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.63%
GREEN value IS 218 (85.55% from 255) = 44.40%
BLUE value IS 157 (61.72% from 255) = 31.98%
R=23.63%
G=44.40%
B=31.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1162181570.4700.280.15144.1257.9565.49
Hex74DA9D2F01CF903a41
Octal164332235570341722072101
Binary111010011011010100111011011110111001111100100001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,218,157); }

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

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

 a { background-color: rgb(116,218,157); }

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

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

 span { border-color: rgb(116,218,157); }

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