#7AF8E3

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

Shades of Aquamarine #7AF8E3

Tints of Aquamarine #7AF8E3

Color information

#7AF8E3 (or 0x7AF8E3) is unknown color: approx Aquamarine. HEX triplet: 7A, F8 and E3. RGB value is (122,248,227). Sum of RGB (Red+Green+Blue) = 122+248+227=597 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.44% from 597); Green value is 248 (97.27% from 255 or 41.54% from 597); Blue value is 227 (89.06% from 255 or 38.02% from 597); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF8E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF8E3 is #85071C. Grayscale: #CFCFCF. Windows color (decimal): -8718109 or 14940282. OLE color: 14940282.

HSL color Cylindrical-coordinate representation of color #7AF8E3: hue angle of 170º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF8E3 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB122248227-
CMYK0.5100.080.03
HSL170º90%72.55%-
HSV(B)170º50.81%97.25%-
XYZ55.4676.8284.58-
YUV207.93138.7666.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.44%
GREEN value IS 248 (97.27% from 255) = 41.54%
BLUE value IS 227 (89.06% from 255) = 38.02%
R=20.44%
G=41.54%
B=38.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1222482270.5100.080.031709072.55
Hex7AF8E333083aa5a49
Octal172370343630103252132111
Binary1111010111110001110001111001101000111010101010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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