#6AFFA5

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

Shades of Medium Aquamarine #6AFFA5

Tints of Medium Aquamarine #6AFFA5

Color information

#6AFFA5 (or 0x6AFFA5) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, FF and A5. RGB value is (106,255,165). Sum of RGB (Red+Green+Blue) = 106+255+165=526 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.15% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFFA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFFA5 is #95005A. Grayscale: #C8C8C8. Windows color (decimal): -9764955 or 10878826. OLE color: 10878826.

HSL color Cylindrical-coordinate representation of color #6AFFA5: hue angle of 143.76º 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 #6AFFA5 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB106255165-
CMYK0.5800.350
HSL143.76º100%70.78%-
HSV(B)143.76º58.43%100%-
XYZ48.577.347.96-
YUV200.19108.1460.82-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.15%
GREEN value IS 255 (100% from 255) = 48.48%
BLUE value IS 165 (64.84% from 255) = 31.37%
R=20.15%
G=48.48%
B=31.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1062551650.5800.350143.7610070.78
Hex6AFFA53A0230906447
Octal152377245720430220144107
Binary11010101111111110100101111010010001101001000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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