#79D0A0

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

Shades of Medium Aquamarine #79D0A0

Tints of Medium Aquamarine #79D0A0

Color information

#79D0A0 (or 0x79D0A0) is unknown color: approx Medium Aquamarine. HEX triplet: 79, D0 and A0. RGB value is (121,208,160). Sum of RGB (Red+Green+Blue) = 121+208+160=489 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.74% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 208 - color contains mainly: green. Hex color #79D0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79D0A0 is #862F5F. Grayscale: #B0B0B0. Windows color (decimal): -8793952 or 10539129. OLE color: 10539129.

HSL color Cylindrical-coordinate representation of color #79D0A0: hue angle of 146.9º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79D0A0 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB121208160-
CMYK0.4200.230.18
HSL146.9º48.07%64.51%-
HSV(B)146.9º41.83%81.57%-
XYZ36.7951.7141.3-
YUV176.52118.6888.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.74%
GREEN value IS 208 (81.64% from 255) = 42.54%
BLUE value IS 160 (62.89% from 255) = 32.72%
R=24.74%
G=42.54%
B=32.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1212081600.4200.230.18146.948.0764.51
Hex79D0A02A01712933041
Octal171320240520272222360101
Binary1111001110100001010000010101001011110010100100111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79D0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79D0A0; }

 p { color: rgb(121,208,160); }

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

<style>
 a { background-color: #79D0A0; }

 a { background-color: rgb(121,208,160); }

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

<style>
 span { border-color: #79D0A0; }

 span { border-color: rgb(121,208,160); }

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