#7AF7D3

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

Shades of Aquamarine #7AF7D3

Tints of Aquamarine #7AF7D3

Color information

#7AF7D3 (or 0x7AF7D3) is unknown color: approx Aquamarine. HEX triplet: 7A, F7 and D3. RGB value is (122,247,211). Sum of RGB (Red+Green+Blue) = 122+247+211=580 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.03% from 580); Green value is 247 (96.88% from 255 or 42.59% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF7D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF7D3 is #85082C. Grayscale: #CDCDCD. Windows color (decimal): -8718381 or 13891450. OLE color: 13891450.

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

Color convert

RGB122247211-
CMYK0.5100.150.03
HSL162.72º88.65%72.35%-
HSV(B)162.72º50.61%96.86%-
XYZ53.0475.3673.38-
YUV205.52131.0968.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.03%
GREEN value IS 247 (96.88% from 255) = 42.59%
BLUE value IS 211 (82.81% from 255) = 36.38%
R=21.03%
G=42.59%
B=36.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1222472110.5100.150.03162.7288.6572.35
Hex7AF7D3330F3a35948
Octal172367323630173243131110
Binary1111010111101111101001111001101111111010001110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF7D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,247,211); }

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

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

 a { background-color: rgb(122,247,211); }

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

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

 span { border-color: rgb(122,247,211); }

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