#7AF8D9

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

Shades of Aquamarine #7AF8D9

Tints of Aquamarine #7AF8D9

Color information

#7AF8D9 (or 0x7AF8D9) is unknown color: approx Aquamarine. HEX triplet: 7A, F8 and D9. RGB value is (122,248,217). Sum of RGB (Red+Green+Blue) = 122+248+217=587 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.78% from 587); Green value is 248 (97.27% from 255 or 42.25% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF8D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF8D9 is #850726. Grayscale: #CECECE. Windows color (decimal): -8718119 or 14284922. OLE color: 14284922.

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

Color convert

RGB122248217-
CMYK0.5100.120.03
HSL165.24º90%72.55%-
HSV(B)165.24º50.81%97.25%-
XYZ54.1276.2877.52-
YUV206.79133.7667.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.78%
GREEN value IS 248 (97.27% from 255) = 42.25%
BLUE value IS 217 (85.16% from 255) = 36.97%
R=20.78%
G=42.25%
B=36.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1222482170.5100.120.03165.249072.55
Hex7AF8D9330C3a55a49
Octal172370331630143245132111
Binary1111010111110001101100111001101100111010010110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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