#79CAA4

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

Shades of Medium Aquamarine #79CAA4

Tints of Medium Aquamarine #79CAA4

Color information

#79CAA4 (or 0x79CAA4) is unknown color: approx Medium Aquamarine. HEX triplet: 79, CA and A4. RGB value is (121,202,164). Sum of RGB (Red+Green+Blue) = 121+202+164=487 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.85% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 164 (64.45% from 255 or 33.68% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #79CAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79CAA4 is #86355B. Grayscale: #ADADAD. Windows color (decimal): -8795484 or 10799737. OLE color: 10799737.

HSL color Cylindrical-coordinate representation of color #79CAA4: hue angle of 151.85º 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 #79CAA4 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB121202164-
CMYK0.4000.190.21
HSL151.85º43.32%63.33%-
HSV(B)151.85º40.1%79.22%-
XYZ35.7148.9942.7-
YUV173.45122.6690.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.85%
GREEN value IS 202 (79.30% from 255) = 41.48%
BLUE value IS 164 (64.45% from 255) = 33.68%
R=24.85%
G=41.48%
B=33.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1212021640.4000.190.21151.8543.3263.33
Hex79CAA42801315982b3f
Octal17131224450023252305377
Binary111100111001010101001001010000100111010110011000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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