#79CDA2

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

Shades of Medium Aquamarine #79CDA2

Tints of Medium Aquamarine #79CDA2

Color information

#79CDA2 (or 0x79CDA2) is unknown color: approx Medium Aquamarine. HEX triplet: 79, CD and A2. RGB value is (121,205,162). Sum of RGB (Red+Green+Blue) = 121+205+162=488 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.80% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #79CDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79CDA2 is #86325D. Grayscale: #AFAFAF. Windows color (decimal): -8794718 or 10669433. OLE color: 10669433.

HSL color Cylindrical-coordinate representation of color #79CDA2: hue angle of 149.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79CDA2 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB121205162-
CMYK0.4100.210.20
HSL149.29º45.65%63.92%-
HSV(B)149.29º40.98%80.39%-
XYZ36.2450.3441.99-
YUV174.98120.6789.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.80%
GREEN value IS 205 (80.47% from 255) = 42.01%
BLUE value IS 162 (63.67% from 255) = 33.20%
R=24.80%
G=42.01%
B=33.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1212051620.4100.210.20149.2945.6563.92
Hex79CDA22901514952e40
Octal171315242510252422556100
Binary1111001110011011010001010100101010110100100101011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,205,162); }

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

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

 a { background-color: rgb(121,205,162); }

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

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

 span { border-color: rgb(121,205,162); }

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