#7AFFAE

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

Shades of Aquamarine #7AFFAE

Tints of Aquamarine #7AFFAE

Color information

#7AFFAE (or 0x7AFFAE) is unknown color: approx Aquamarine. HEX triplet: 7A, FF and AE. RGB value is (122,255,174). Sum of RGB (Red+Green+Blue) = 122+255+174=551 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.14% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFFAE is #850051. Grayscale: #CECECE. Windows color (decimal): -8716370 or 11468666. OLE color: 11468666.

HSL color Cylindrical-coordinate representation of color #7AFFAE: hue angle of 143.46º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFFAE is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB122255174-
CMYK0.5200.320
HSL143.46º100%73.92%-
HSV(B)143.46º52.16%100%-
XYZ51.4378.7152.53-
YUV206109.9468.09-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.14%
GREEN value IS 255 (100% from 255) = 46.28%
BLUE value IS 174 (68.36% from 255) = 31.58%
R=22.14%
G=46.28%
B=31.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1222551740.5200.320143.4610073.92
Hex7AFFAE3402008f644a
Octal172377256640400217144112
Binary11110101111111110101110110100010000001000111111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,255,174); }

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

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

 a { background-color: rgb(122,255,174); }

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

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

 span { border-color: rgb(122,255,174); }

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