#7AFFE8

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

Shades of Aquamarine #7AFFE8

Tints of Aquamarine #7AFFE8

Color information

#7AFFE8 (or 0x7AFFE8) is unknown color: approx Aquamarine. HEX triplet: 7A, FF and E8. RGB value is (122,255,232). Sum of RGB (Red+Green+Blue) = 122+255+232=609 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.03% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 232 (91.02% from 255 or 38.10% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFFE8 is #850017. Grayscale: #D4D4D4. Windows color (decimal): -8716312 or 15269754. OLE color: 15269754.

HSL color Cylindrical-coordinate representation of color #7AFFE8: hue angle of 169.62º 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 #7AFFE8 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB122255232-
CMYK0.5200.090
HSL169.62º100%73.92%-
HSV(B)169.62º52.16%100%-
XYZ58.3581.4889-
YUV212.61138.9463.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.03%
GREEN value IS 255 (100% from 255) = 41.87%
BLUE value IS 232 (91.02% from 255) = 38.10%
R=20.03%
G=41.87%
B=38.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1222552320.5200.090169.6210073.92
Hex7AFFE834090aa644a
Octal172377350640110252144112
Binary111101011111111111010001101000100101010101011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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