#6AFFA9

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

Shades of Aquamarine #6AFFA9

Tints of Aquamarine #6AFFA9

Color information

#6AFFA9 (or 0x6AFFA9) is unknown color: approx Aquamarine. HEX triplet: 6A, FF and A9. RGB value is (106,255,169). Sum of RGB (Red+Green+Blue) = 106+255+169=530 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 169 (66.41% from 255 or 31.89% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFFA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFFA9 is #950056. Grayscale: #C8C8C8. Windows color (decimal): -9764951 or 11140970. OLE color: 11140970.

HSL color Cylindrical-coordinate representation of color #6AFFA9: hue angle of 145.37º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFFA9 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB106255169-
CMYK0.5800.340
HSL145.37º100%70.78%-
HSV(B)145.37º58.43%100%-
XYZ48.8777.4549.91-
YUV200.64110.1460.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20%
GREEN value IS 255 (100% from 255) = 48.11%
BLUE value IS 169 (66.41% from 255) = 31.89%
R=20%
G=48.11%
B=31.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1062551690.5800.340145.3710070.78
Hex6AFFA93A0220916447
Octal152377251720420221144107
Binary11010101111111110101001111010010001001001000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AFFA9; }

 p { color: rgb(106,255,169); }

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

<style>
 a { background-color: #6AFFA9; }

 a { background-color: rgb(106,255,169); }

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

<style>
 span { border-color: #6AFFA9; }

 span { border-color: rgb(106,255,169); }

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