#7AEFC7

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

Shades of Aquamarine #7AEFC7

Tints of Aquamarine #7AEFC7

Color information

#7AEFC7 (or 0x7AEFC7) is unknown color: approx Aquamarine. HEX triplet: 7A, EF and C7. RGB value is (122,239,199). Sum of RGB (Red+Green+Blue) = 122+239+199=560 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.79% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 199 (78.12% from 255 or 35.54% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #7AEFC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEFC7 is #851038. Grayscale: #C7C7C7. Windows color (decimal): -8720441 or 13102970. OLE color: 13102970.

HSL color Cylindrical-coordinate representation of color #7AEFC7: hue angle of 159.49º 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 #7AEFC7 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB122239199-
CMYK0.4900.170.06
HSL159.49º78.52%70.78%-
HSV(B)159.49º48.95%93.73%-
XYZ49.269.9964.95-
YUV199.46127.7472.75-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.79%
GREEN value IS 239 (93.75% from 255) = 42.68%
BLUE value IS 199 (78.12% from 255) = 35.54%
R=21.79%
G=42.68%
B=35.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1222391990.4900.170.06159.4978.5270.78
Hex7AEFC73101169f4f47
Octal172357307610216237117107
Binary111101011101111110001111100010100011101001111110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AEFC7; }

 p { color: rgb(122,239,199); }

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

<style>
 a { background-color: #7AEFC7; }

 a { background-color: rgb(122,239,199); }

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

<style>
 span { border-color: #7AEFC7; }

 span { border-color: rgb(122,239,199); }

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