#79CAA1

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

Shades of Medium Aquamarine #79CAA1

Tints of Medium Aquamarine #79CAA1

Color information

#79CAA1 (or 0x79CAA1) is unknown color: approx Medium Aquamarine. HEX triplet: 79, CA and A1. RGB value is (121,202,161). Sum of RGB (Red+Green+Blue) = 121+202+161=484 (64% of max value = 765). Red value is 121 (47.66% from 255 or 25% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #79CAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79CAA1 is #86355E. Grayscale: #ADADAD. Windows color (decimal): -8795487 or 10603129. OLE color: 10603129.

HSL color Cylindrical-coordinate representation of color #79CAA1: hue angle of 149.63º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79CAA1 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB121202161-
CMYK0.4000.200.21
HSL149.63º43.32%63.33%-
HSV(B)149.63º40.1%79.22%-
XYZ35.4448.8841.29-
YUV173.11121.1690.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25%
GREEN value IS 202 (79.30% from 255) = 41.74%
BLUE value IS 161 (63.28% from 255) = 33.26%
R=25%
G=41.74%
B=33.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1212021610.4000.200.21149.6343.3263.33
Hex79CAA12801415962b3f
Octal17131224150024252265377
Binary111100111001010101000011010000101001010110010110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,202,161); }

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

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

 a { background-color: rgb(121,202,161); }

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

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

 span { border-color: rgb(121,202,161); }

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