#7AF9AD

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

Shades of Aquamarine #7AF9AD

Tints of Aquamarine #7AF9AD

Color information

#7AF9AD (or 0x7AF9AD) is unknown color: approx Aquamarine. HEX triplet: 7A, F9 and AD. RGB value is (122,249,173). Sum of RGB (Red+Green+Blue) = 122+249+173=544 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.43% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #7AF9AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF9AD is #850652. Grayscale: #CACACA. Windows color (decimal): -8717907 or 11401594. OLE color: 11401594.

HSL color Cylindrical-coordinate representation of color #7AF9AD: hue angle of 144.09º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF9AD is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB122249173-
CMYK0.5100.310.02
HSL144.09º91.37%72.75%-
HSV(B)144.09º51%97.65%-
XYZ49.4474.9151.39-
YUV202.36111.4270.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.43%
GREEN value IS 249 (97.66% from 255) = 45.77%
BLUE value IS 173 (67.97% from 255) = 31.80%
R=22.43%
G=45.77%
B=31.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1222491730.5100.310.02144.0991.3772.75
Hex7AF9AD3301F2905b49
Octal172371255630372220133111
Binary11110101111100110101101110011011111101001000010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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