#7AFBD2

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

Shades of Aquamarine #7AFBD2

Tints of Aquamarine #7AFBD2

Color information

#7AFBD2 (or 0x7AFBD2) is unknown color: approx Aquamarine. HEX triplet: 7A, FB and D2. RGB value is (122,251,210). Sum of RGB (Red+Green+Blue) = 122+251+210=583 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.93% from 583); Green value is 251 (98.44% from 255 or 43.05% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 251 - color contains mainly: green. Hex color #7AFBD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFBD2 is #85042D. Grayscale: #CFCFCF. Windows color (decimal): -8717358 or 13826938. OLE color: 13826938.

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

Color convert

RGB122251210-
CMYK0.5100.160.02
HSL160.93º94.16%73.14%-
HSV(B)160.93º51.39%98.43%-
XYZ54.1677.7973.13-
YUV207.76129.2666.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.93%
GREEN value IS 251 (98.44% from 255) = 43.05%
BLUE value IS 210 (82.42% from 255) = 36.02%
R=20.93%
G=43.05%
B=36.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1222512100.5100.160.02160.9394.1673.14
Hex7AFBD2330102a15e49
Octal172373322630202241136111
Binary11110101111101111010010110011010000101010000110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,251,210); }

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

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

 a { background-color: rgb(122,251,210); }

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

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

 span { border-color: rgb(122,251,210); }

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