#7AF8AD

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

Shades of Aquamarine #7AF8AD

Tints of Aquamarine #7AF8AD

Color information

#7AF8AD (or 0x7AF8AD) is unknown color: approx Aquamarine. HEX triplet: 7A, F8 and AD. RGB value is (122,248,173). Sum of RGB (Red+Green+Blue) = 122+248+173=543 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.47% from 543); Green value is 248 (97.27% from 255 or 45.67% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF8AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF8AD is #850752. Grayscale: #C9C9C9. Windows color (decimal): -8718163 or 11401338. OLE color: 11401338.

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

Color convert

RGB122248173-
CMYK0.5100.300.03
HSL144.29º90%72.55%-
HSV(B)144.29º50.81%97.25%-
XYZ49.1474.2951.28-
YUV201.78111.7671.1-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.47%
GREEN value IS 248 (97.27% from 255) = 45.67%
BLUE value IS 173 (67.97% from 255) = 31.86%
R=22.47%
G=45.67%
B=31.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1222481730.5100.300.03144.299072.55
Hex7AF8AD3301E3905a49
Octal172370255630363220132111
Binary11110101111100010101101110011011110111001000010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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