#74D79D

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

Shades of Medium Aquamarine #74D79D

Tints of Medium Aquamarine #74D79D

Color information

#74D79D (or 0x74D79D) is unknown color: approx Medium Aquamarine. HEX triplet: 74, D7 and 9D. RGB value is (116,215,157). Sum of RGB (Red+Green+Blue) = 116+215+157=488 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.77% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #74D79D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D79D is #8B2862. Grayscale: #B2B2B2. Windows color (decimal): -9119843 or 10344308. OLE color: 10344308.

HSL color Cylindrical-coordinate representation of color #74D79D: hue angle of 144.85º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D79D is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB116215157-
CMYK0.4600.270.16
HSL144.85º55.31%64.9%-
HSV(B)144.85º46.05%84.31%-
XYZ37.5954.7540.48-
YUV178.79115.783.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.77%
GREEN value IS 215 (84.38% from 255) = 44.06%
BLUE value IS 157 (61.72% from 255) = 32.17%
R=23.77%
G=44.06%
B=32.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1162151570.4600.270.16144.8555.3164.9
Hex74D79D2E01B10913741
Octal164327235560332022167101
Binary1110100110101111001110110111001101110000100100011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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