#74D79E

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

Shades of Medium Aquamarine #74D79E

Tints of Medium Aquamarine #74D79E

Color information

#74D79E (or 0x74D79E) is unknown color: approx Medium Aquamarine. HEX triplet: 74, D7 and 9E. RGB value is (116,215,158). Sum of RGB (Red+Green+Blue) = 116+215+158=489 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.72% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 215 - color contains mainly: green. Hex color #74D79E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D79E is #8B2861. Grayscale: #B3B3B3. Windows color (decimal): -9119842 or 10409844. OLE color: 10409844.

HSL color Cylindrical-coordinate representation of color #74D79E: hue angle of 145.45º 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 #74D79E is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB116215158-
CMYK0.4600.270.16
HSL145.45º55.31%64.9%-
HSV(B)145.45º46.05%84.31%-
XYZ37.6754.7840.94-
YUV178.9116.283.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.72%
GREEN value IS 215 (84.38% from 255) = 43.97%
BLUE value IS 158 (62.11% from 255) = 32.31%
R=23.72%
G=43.97%
B=32.31%

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
Decimal1162151580.4600.270.16145.4555.3164.9
Hex74D79E2E01B10913741
Octal164327236560332022167101
Binary1110100110101111001111010111001101110000100100011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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