#7AEFC0

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

Shades of Aquamarine #7AEFC0

Tints of Aquamarine #7AEFC0

Color information

#7AEFC0 (or 0x7AEFC0) is unknown color: approx Aquamarine. HEX triplet: 7A, EF and C0. RGB value is (122,239,192). Sum of RGB (Red+Green+Blue) = 122+239+192=553 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.06% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #7AEFC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEFC0 is #85103F. Grayscale: #C6C6C6. Windows color (decimal): -8720448 or 12644218. OLE color: 12644218.

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

Color convert

RGB122239192-
CMYK0.4900.200.06
HSL155.9º78.52%70.78%-
HSV(B)155.9º48.95%93.73%-
XYZ48.4169.6860.77-
YUV198.66124.2473.32-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.06%
GREEN value IS 239 (93.75% from 255) = 43.22%
BLUE value IS 192 (75.39% from 255) = 34.72%
R=22.06%
G=43.22%
B=34.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1222391920.4900.200.06155.978.5270.78
Hex7AEFC03101469c4f47
Octal172357300610246234117107
Binary111101011101111110000001100010101001101001110010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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