#7AF7D1

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

Shades of Aquamarine #7AF7D1

Tints of Aquamarine #7AF7D1

Color information

#7AF7D1 (or 0x7AF7D1) is unknown color: approx Aquamarine. HEX triplet: 7A, F7 and D1. RGB value is (122,247,209). Sum of RGB (Red+Green+Blue) = 122+247+209=578 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.11% from 578); Green value is 247 (96.88% from 255 or 42.73% from 578); Blue value is 209 (82.03% from 255 or 36.16% from 578); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF7D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF7D1 is #85082E. Grayscale: #CDCDCD. Windows color (decimal): -8718383 or 13760378. OLE color: 13760378.

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

Color convert

RGB122247209-
CMYK0.5100.150.03
HSL161.76º88.65%72.35%-
HSV(B)161.76º50.61%96.86%-
XYZ52.875.2672.07-
YUV205.29130.0968.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.11%
GREEN value IS 247 (96.88% from 255) = 42.73%
BLUE value IS 209 (82.03% from 255) = 36.16%
R=21.11%
G=42.73%
B=36.16%

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
Decimal1222472090.5100.150.03161.7688.6572.35
Hex7AF7D1330F3a25948
Octal172367321630173242131110
Binary1111010111101111101000111001101111111010001010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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