#7AF8CE

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

Shades of Aquamarine #7AF8CE

Tints of Aquamarine #7AF8CE

Color information

#7AF8CE (or 0x7AF8CE) is unknown color: approx Aquamarine. HEX triplet: 7A, F8 and CE. RGB value is (122,248,206). Sum of RGB (Red+Green+Blue) = 122+248+206=576 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.18% from 576); Green value is 248 (97.27% from 255 or 43.06% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF8CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF8CE is #850731. Grayscale: #CDCDCD. Windows color (decimal): -8718130 or 13564026. OLE color: 13564026.

HSL color Cylindrical-coordinate representation of color #7AF8CE: hue angle of 160º 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 #7AF8CE is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB122248206-
CMYK0.5100.170.03
HSL160º90%72.55%-
HSV(B)160º50.81%97.25%-
XYZ52.7375.7370.23-
YUV205.54128.2668.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.18%
GREEN value IS 248 (97.27% from 255) = 43.06%
BLUE value IS 206 (80.86% from 255) = 35.76%
R=21.18%
G=43.06%
B=35.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1222482060.5100.170.031609072.55
Hex7AF8CE330113a05a49
Octal172370316630213240132111
Binary11110101111100011001110110011010001111010000010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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