#79EFC8

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

Shades of Aquamarine #79EFC8

Tints of Aquamarine #79EFC8

Color information

#79EFC8 (or 0x79EFC8) is unknown color: approx Aquamarine. HEX triplet: 79, EF and C8. RGB value is (121,239,200). Sum of RGB (Red+Green+Blue) = 121+239+200=560 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.61% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #79EFC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #79EFC8 is #861037. Grayscale: #C7C7C7. Windows color (decimal): -8785976 or 13168505. OLE color: 13168505.

HSL color Cylindrical-coordinate representation of color #79EFC8: hue angle of 160.17º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79EFC8 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB121239200-
CMYK0.4900.160.06
HSL160.17º78.67%70.59%-
HSV(B)160.17º49.37%93.73%-
XYZ49.1869.9765.56-
YUV199.27128.4172.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 21.61%
GREEN value IS 239 (93.75% from 255) = 42.68%
BLUE value IS 200 (78.52% from 255) = 35.71%
R=21.61%
G=42.68%
B=35.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1212392000.4900.160.06160.1778.6770.59
Hex79EFC8310106a04f47
Octal171357310610206240117107
Binary111100111101111110010001100010100001101010000010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79EFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,239,200); }

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

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

 a { background-color: rgb(121,239,200); }

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

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

 span { border-color: rgb(121,239,200); }

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