#7AFADF

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

Shades of Aquamarine #7AFADF

Tints of Aquamarine #7AFADF

Color information

#7AFADF (or 0x7AFADF) is unknown color: approx Aquamarine. HEX triplet: 7A, FA and DF. RGB value is (122,250,223). Sum of RGB (Red+Green+Blue) = 122+250+223=595 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.50% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFADF is #850520. Grayscale: #D0D0D0. Windows color (decimal): -8717601 or 14678650. OLE color: 14678650.

HSL color Cylindrical-coordinate representation of color #7AFADF: hue angle of 167.34º degrees, saturation: 0.93, 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 #7AFADF is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB122250223-
CMYK0.5100.110.02
HSL167.34º92.75%72.94%-
HSV(B)167.34º51.2%98.04%-
XYZ55.5377.8481.91-
YUV208.65136.0966.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.50%
GREEN value IS 250 (98.05% from 255) = 42.02%
BLUE value IS 223 (87.5% from 255) = 37.48%
R=20.50%
G=42.02%
B=37.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1222502230.5100.110.02167.3492.7572.94
Hex7AFADF330B2a75d49
Octal172372337630132247135111
Binary1111010111110101101111111001101011101010011110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,250,223); }

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

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

 a { background-color: rgb(122,250,223); }

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

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

 span { border-color: rgb(122,250,223); }

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