#79EAD5

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

Shades of Aquamarine #79EAD5

Tints of Aquamarine #79EAD5

Color information

#79EAD5 (or 0x79EAD5) is unknown color: approx Aquamarine. HEX triplet: 79, EA and D5. RGB value is (121,234,213). Sum of RGB (Red+Green+Blue) = 121+234+213=568 (75% of max value = 765). Red value is 121 (47.66% from 255 or 21.30% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #79EAD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79EAD5 is #86152A. Grayscale: #C5C5C5. Windows color (decimal): -8787243 or 14019193. OLE color: 14019193.

HSL color Cylindrical-coordinate representation of color #79EAD5: hue angle of 168.85º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79EAD5 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB121234213-
CMYK0.4800.090.08
HSL168.85º72.9%69.61%-
HSV(B)168.85º48.29%91.76%-
XYZ49.3267.7173.42-
YUV197.82136.5673.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.30%
GREEN value IS 234 (91.80% from 255) = 41.20%
BLUE value IS 213 (83.59% from 255) = 37.5%
R=21.30%
G=41.20%
B=37.5%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1212342130.4800.090.08168.8572.969.61
Hex79EAD530098a94946
Octal1713523256001110251111106
Binary111100111101010110101011100000100110001010100110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79EAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,234,213); }

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

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

 a { background-color: rgb(121,234,213); }

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

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

 span { border-color: rgb(121,234,213); }

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