#7AF0E3

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

Shades of Aquamarine #7AF0E3

Tints of Aquamarine #7AF0E3

Color information

#7AF0E3 (or 0x7AF0E3) is unknown color: approx Aquamarine. HEX triplet: 7A, F0 and E3. RGB value is (122,240,227). Sum of RGB (Red+Green+Blue) = 122+240+227=589 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.71% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 227 (89.06% from 255 or 38.54% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #7AF0E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF0E3 is #850F1C. Grayscale: #CBCBCB. Windows color (decimal): -8720157 or 14938234. OLE color: 14938234.

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

Color convert

RGB122240227-
CMYK0.4900.050.06
HSL173.39º79.73%70.98%-
HSV(B)173.39º49.17%94.12%-
XYZ53.057283.78-
YUV203.24141.4170.06-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.71%
GREEN value IS 240 (94.14% from 255) = 40.75%
BLUE value IS 227 (89.06% from 255) = 38.54%
R=20.71%
G=40.75%
B=38.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1222402270.4900.050.06173.3979.7370.98
Hex7AF0E331056ad5047
Octal17236034361056255120107
Binary1111010111100001110001111000101011101010110110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,240,227); }

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

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

 a { background-color: rgb(122,240,227); }

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

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

 span { border-color: rgb(122,240,227); }

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